Home Forums StockChart Support stripLines in stockCharts acting weird Reply To: stripLines in stockCharts acting weird

#32237

@hawtdogflvrwtr,

AJAX request is asynchronous – the operation occurs in parallel and the order of completion is not guaranteed. In your case, calling stockChart.render() soon after updating datapoints within AJAX request should work fine. Please take a look at this updated JSFiddle.


Vishwas R
Team CanvasJS