Question

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/

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top