MOHAMMAD KHANAFI Report post Posted December 1, 2021 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 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
MOHAMMAD KHANAFI Report post Posted December 1, 2021 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 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 plothttps://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
Madhulika Mukherjee Report post Posted January 12, 2022 Hi, The attributes that you are using is supported in fusioncharts but not in fusiontime. For implementation in fusiontime kindly check the example below : https://jsfiddle.net/296fwtrj/ Thanks, Madhulika Mukherjee Share this post Link to post Share on other sites