JavaScript Chart - Examples
SciChart.js ships with over 80 JavaScript Chart demos which you can browse, view the source code and see related documentation. Build incredible complex dashboards with SciChart.js, our High Performance JavaScript Chart Library.
Demonstrates how to use the Builder Api to create a Chart from JSONusing SciChart.js, High Performance JavaScript Charts
Charts can be built from pure data, and also serialized to json.
This example simply passes the json you specify into the chartBuilder.build2DChart method
Tips
Call sciChartSurface.toJSON() to get definition object, rather than a string.
See the documentation links for the types and options you can specify.