EJSC.JSONStringDataHandler

       

Hierarchy                Methods                Events

 

JSONStringDataHandler converts the JSON string provided into a format that the Series classes can manipulate.

 

The constructor expects a properly formatted string and an optional set of object properties.

 

Constructor

 

       EJSC.JSONStringDataHandler( string data [, object options] )

 

Example

 

var myDataHandler = new EJSC.JSONStringDataHandler(

       '{{"x":"1","y":"2"},{"x":"2","y":"4"}}'

);