Pergunta

whats the best practice to load series data via JSON into a given chart with the new Highcharts Beta 3 and the data.src.js?

Was reading about the complete in the docs in data.src.js and was not sure if it fits the BP way now to load multiple series data using $.getJSON from jQuery.

Would be great if you can provide an example.

The standard example provided by HS (for e.g. CSV, google): http://jsfiddle.net/highcharts/AYYCv/

Foi útil?

Solução

data.src.js is a script which parse data only from googlespreadsheet / CSV and HTML object, bt not from your custom JSON.

"Complete:" is only callback, which is run after i.e csv or spreadhseed data load.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top