Home › Forums › Feature Requests & Feedback › How to reset Spline Area graph which is continuously runnig › Reply To: How to reset Spline Area graph which is continuously runnig
Bharat,
You can reset the chart this way
chart.options.data[0].dataPoints = [];//assign a new array. chart.render();
— Sunil Urs