Home Forums Feature Requests & Feedback Maximum update interval for a chart.

Maximum update interval for a chart.

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

    Hello Canvasjs team, I´m developing a chart that requiere to upload faster a datapoints , I set the update interval with the value of 1 and it´s ok but I want more speed for this interval, for this reason a 1 set 0.001 but this doesn´t increase the speed. Do you know how can I increase this interval?

    #21173

    @saul_romero,

    Instead of updating the dataPoints at certain interval, update dataPoints frequently for every count of loop and later update the chart at the required interval. This would solve your requirement. Please take a look at this jsfiddle.

    __
    Priyanka M S
    Team CanvasJS

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

You must be logged in to reply to this topic.