I am trying to make a graph with data on a public company's market cap over time. The numbers are in 12figures. So it seems that when using those numbers the chart.js can't draw a graph. My browser just crashes. I tried dividing the number to be displayed as millions and then it works. But that is not a solution because some companies have numbers that are smaller or might be small one year and than in billions other year.
Does anyone know if it is something in configuration I have to adjust or it is simply not possible in chart.js?
Note: I am using React as framework.