Home Forums Chart Support FontSize causing hanging

FontSize causing hanging

Viewing 5 posts - 1 through 5 (of 5 total)
  • #45105

    Hello, I’m using a log log chart and found that it hangs if I include fontSize in title.

    Why does this not work?
    https://jsfiddle.net/teygwzpu/1/

    If you remove fontSize from title, the plot shows up fine.

    #45117

    @joshuasosa,

    Based on the range of y-axis the chart is rendering too many labels which is causing the browser to freeze. Setting interval seems to work fine in this case. You can customize the format of axis labels to show in exponential format by setting valueFormatStringproperty to “0E0”. Kindly have a look at this updated JSFiddle for the working example on the same.

    __
    Sachin Bisht
    Team CanvasJS

    #45120

    How would I get it to use interval: 1 ?

    #45130

    @joshuasosa,

    There seems to be an issue with respect to this use-case while setting interval to 1. We will investigate it further and fix it in future versions.

    __
    Sachin Bisht
    Team CanvasJS

    #45132

    Interesting, thanks for looking into it!

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

You must be logged in to reply to this topic.