문제

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/

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top