-
Content count
5 -
Joined
-
Last visited
About MOHAMMAD KHANAFI
-
Rank
Forum Newbie
- Birthday 08/22/1989
Contact Methods
-
Website URL
https://thekingofbandit.github.io
-
Skype
thekingofbandit
Profile Information
-
Gender
Male
-
Location
Central Java, Indonesia
-
Interests
reactjs, javascript,
Recent Profile Visitors
1,713 profile views
-
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.
-
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>`, },
-
How to resolve this error? Uncaught TypeError: Cannot read property 'paper' of undefined
MOHAMMAD KHANAFI replied to Syed's topic in Bug Reports
thank you Ayan, will check with the version above. Cheers, -
MOHAMMAD KHANAFI changed their profile photo
-
How to resolve this error? Uncaught TypeError: Cannot read property 'paper' of undefined
MOHAMMAD KHANAFI replied to Syed's topic in Bug Reports
is there any update about this error? Confirmed I still got this error with Fushionchart version 3.15.3 on reactjs