Home Forums Chart Support remove series without redraw

remove series without redraw

Viewing 3 posts - 1 through 3 (of 3 total)
  • #41694

    I’m in a situation with 5 charts and 50 series in each chart of 20,000 points per series.
    When I remove 30 of the series using remove(), it redraws between each series removal requiring 15 seconds.
    Is there a way to remove() a series without the redraw?

    #41695

    Ah I see, .remove(false) works.

    #41717

    Chris Trigg,

    Glad that you figured it out :)

    Thanks for bringing this to our notice, we have updated our documentation accordingly.

    When updateChart parameter is passed as true, it updates the chart automatically after removing dataseries. And it doesn’t when it’s passed as false. Please refer to this documentation page for more info along with live example.


    Vishwas R
    Team CanvasJS

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

You must be logged in to reply to this topic.