BareBlogg New Member Aug 27, 2012 #1 I am using Google Chart. Visiolist is using , to seperate the digits, I.E 1,202 How do I remove the , from the digit?
I am using Google Chart. Visiolist is using , to seperate the digits, I.E 1,202 How do I remove the , from the digit?
Mark Administrator Staff member Aug 27, 2012 #2 You should be able to do this via a plugin in "stats_compile_stats" or "stats_build_page" hook locations. but first, try altering the number_format() function to suit your needs in /sources/stats.php http://php.net/manual/en/function.number-format.php once you have the numbers formatted the way you like, creating the appropriate plugin should be quite easy. let me know if you need any further help with this
You should be able to do this via a plugin in "stats_compile_stats" or "stats_build_page" hook locations. but first, try altering the number_format() function to suit your needs in /sources/stats.php http://php.net/manual/en/function.number-format.php once you have the numbers formatted the way you like, creating the appropriate plugin should be quite easy. let me know if you need any further help with this