|
JSONFileDataHandler loads the requested JSON file and extracts the data points into a format that the Series classes can manipulate.
The constructor expects the URL to the JSON data file and an optional set of object properties.
Constructor
EJSC.JSONFileDataHandler( string url [, object options] )
Example
var myDataHandler = new EJSC.JSONDataHandler( "http://www.ejschart.com/data.json" );
See Data Formats for additional information. |