Highcharts Beta 3: Best JSON Data Upload Practice

What is the best practice for loading series data through JSON into a given schedule with the new version of Highcharts Beta 3 and data.src.js?

I read about complete in the docs in data.src.js and was not sure if it is now suitable for a BP array to load multiple series data using $.getJSON from jQuery.

It would be great if you could give an example.

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

+4
source share
1 answer

data.src.js is a script that parses data only from googlespreadsheet / CSV and an HTML object, and not from your custom JSON.

"Finish:" is only a callback that is launched after loading ie csv or distributing data.

+1
source

All Articles