You must be logged in to post your query.
Home › Forums › Report Bugs › Browser crashes with quadrillion numbers
Tagged: browser crash, quadrillion
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
We have similar issue. Can we have a fix for this?
@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
You must be logged in to reply to this topic. Login/Register