Home Forums Feature Requests & Feedback How to reset Spline Area graph which is continuously runnig

How to reset Spline Area graph which is continuously runnig

Viewing 2 posts - 1 through 2 (of 2 total)
  • #6143

    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.

    #6152

    Bharat,

    You can reset the chart this way

    chart.options.data[0].dataPoints = [];//assign a new array.
    chart.render();


    Sunil Urs

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.