Home Forums Chart Support Chrome crash "Render process gone" Reply To: Chrome crash "Render process gone"

#25149

@smarco,

I observe that you are performing AJAX request inside AJAX request within which you are creating chart (i.e. a new chart is created every 500ms). Instead, you can create chart once, update dataPoints every 500ms and re-render the chart. Please take a look at this updated code sample.
Dynamic Chart in PHP


Vishwas R
Team CanvasJS