Home Forums Report Bugs Browser crashes with quadrillion numbers

Browser crashes with quadrillion numbers

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

    The browser crashes when the datapoints have numbers in the range of quadrillions and two number are in close proximity (difference less than 3)

    Please see the jsfiddle below:
    https://jsfiddle.net/kleptomac/ujLs1znt/52/

    Steps to reproduce:
    * Increase the first Y value by 1 (ex: change 5791153006821933 to 5791153006821934)

    Result:
    The browser freezes and eventually crashes

    #42117

    We have similar issue. Can we have a fix for this?

    #42185

    @jailangoju,

    Thanks for the reporting the use-case. We will look into it further, understand the scenario better and get back to you at the earliest. Meanwhile, you can overcome this by setting y-axis interval to a value, 1 in this case. Please find the code-snippet below.

    
    axisY:{
        title: "Axis Y Title",
        interval: 1
    }
    

    Also, please take a look at this updated JSFiddle for working code.

    —-
    Manoj Mohan
    Team CanvasJS

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

You must be logged in to reply to this topic.