EJSC.ArrayDataHandler Examples
Description
Example ArrayDataHandler implementation for a simple EJSC.LineSeries chart. The JavaScript array should be provided to the data handler in the format of:
[ [ x value, y value ], [x value, y value], ... ]
Source Code
- Rendering Source Code...
Description
Example ArrayDataHandler implementation for a simple EJSC.PieSeries chart. The JavaScript array should be provided to the data handler in the format of:
[ [ value, label ], [ value, label ], ... ]
Source Code
- Rendering Source Code...