Apex chart fix format data

“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?”

Hey,

Have you tried formating the value as a percentage?

Hope this works!

how can i do that?

I got it working,
I used floor to round down the data.
thanks

This topic was automatically closed after 70 days. New replies are no longer allowed.