MOHAMMAD KHANAFI

Format Number in Fusiontime

Recommended Posts

Hi,
how to format display Number in fusiontime?
I want format like 10.000,745
but I only get raw data which is 10000.745
61a76d89e0efa_ScreenShot2021-12-01at19_40_29.thumb.png.b2b57d1b58312ccb240938c3acc5b573.png

I can't find in the documentation.
I am using fusionchart 3.18^ in reactjs
code: https://pastebin.com/5TUVMWyg

tooltip: {
enabled: true,
toolText: `xxx : $series.0.dataValue <br> <b>$bin</b><br> Konfirmasi Baru: $series.0.dataValue<br>Sembuh: <b>$series.1.dataValue</b> <br> Meninggal: <b>$series.2.dataValue</b>`,
},

Share this post


Link to post
Share on other sites
47 minutes ago, MOHAMMAD KHANAFI said:

Hi,
how to format display Number in fusiontime?
I want format like 10.000,745
but I only get raw data which is 10000.745
61a76d89e0efa_ScreenShot2021-12-01at19_40_29.thumb.png.b2b57d1b58312ccb240938c3acc5b573.png

I can't find in the documentation.
I am using fusionchart 3.18^ in reactjs
code: https://pastebin.com/5TUVMWyg

tooltip: {
enabled: true,
toolText: `xxx : $series.0.dataValue <br> <b>$bin</b><br> Konfirmasi Baru: $series.0.dataValue<br>Sembuh: <b>$series.1.dataValue</b> <br> Meninggal: <b>$series.2.dataValue</b>`,
},

update: https://pastebin.com/DMZUyDsY
using event to change element by Div Id , but I am not happy as I only get dataPlotRollOver / dataPlotRollOut on data plot
https://www.fusioncharts.com/dev/fusiontime/api/fusiontime-events

Please make the  properties to set it in chart configuration.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now