Home Forums Report Bugs Browser crashes with quadrillion numbers Reply To: Browser crashes with quadrillion numbers

#42185

@jailangoju,

[UPDATE]

We have just released Chart v3.14.0 Beta1 with this bug fix. Please refer to the release blog for more information. Do download the latest version from download page & let us know your feedback.

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