You must be logged in to post your query.
Home › Forums › Feature Requests & Feedback › How to reset Spline Area graph which is continuously runnig
How to reset Spline Area graph which is continuously running. After certain time I have regenerate my array values. hence I need to reset spline area graph. Please provide solution.
Bharat,
You can reset the chart this way
chart.options.data[0].dataPoints = [];//assign a new array. chart.render();
— Sunil Urs
You must be logged in to reply to this topic. Login/Register