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.