Home Forums Chart Support how is array overflow handled?

how is array overflow handled?

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

    canvasjs charts uses array dps to store the data points.
    How is the array overflow issue handled?

    I tried using one of the dynamic/live charts, and my webpage always crashes after reaching 2k data points.

    #28739

    @rose,

    In JavaScript, Array length can go upto 2^32−1 as mentioned in the ECMA documentation. CanvasJS can easily render a large number of dataPoints without any issue. Please check this performance test page for an example with 50000 dataPoints.

    Can you please create and share a JSFiddle reproducing the issue so that we can look into the code, understand the scenario better and help you out.

    ___________
    Indranil Deo
    Team CanvasJS

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

You must be logged in to reply to this topic.