This sample illustrates plotting of local data about stock price analysis of two products for a certain period.
The Chart supports data binding.
The dataSource
property can be assigned either with the array of JavaScript objects or instance of DataManager
.
In this demo, the array of JavaScript objects is assigned as the data source to the Chart.
More information about the local data binding can be found in this documentation section.