“I am using ApexCharts in Bubble, and I want to format the data to display only 2 decimal places. I tried using val.toFixed(2)
in the Datas formatted text f
field, but it doesn’t seem to work or have any effect.
How can I ensure that the data is formatted to show only 2 decimal places?
Am I missing something in the setup?”