Home Forums Report Bugs High number of decimal places leads to browser crash

High number of decimal places leads to browser crash

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

    When using a high number of decimal places in the values (y) in combination with a time axis (x), the whole browser window crashes. It can be reproduced using this JSFiddle:
    https://jsfiddle.net/aky0due5/

    Thanks for your support

    #45631

    @djabornig,

    Thanks for reporting the use case. It looks like a bug, we will look into this in future releases. Setting axis-Y range using minimum and maximum according to your data, seem to be working fine as shown in the code snippet below,

    axisY: {
        minimum: -0.09,
        maximum: -0.01
    }

    Please take a look at the updated JSFiddle for an working example on the same.

    __
    Sachin Bisht
    Team CanvasJS

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

You must be logged in to reply to this topic.