Static Price History
Providing Price History to the Chart
There are two ways to load price history into the chart:
- Config provided upon
start(config)
- API via
chart.mergeData({data: d})
When using either option the data has to be proved in a State
object format.