Home Forums Feature Requests & Feedback https://canvasjs.com/jquery-charts/candlestick-chart-json-data-ajax/ Reply To: https://canvasjs.com/jquery-charts/candlestick-chart-json-data-ajax/

#22648

@wonky,

You can store JSON data the way you want. But before passing dataPoints to the chart, you need to parse it to the format accepted by CanvasJS. Please take a look at this JSFiddle where Open, High, Low, Close data are stored separately.


Vishwas R
Team CanvasJS