How to remove...

BareBlogg

New Member
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
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 :)
 
Top