Hi,
I have a project that is internationalized, and we are reviewing jqChart to see if it will fit with our needs.
The one problem I'm having right now is that we are outputting some decimal figures (Which represent money), and using label formatting to format the amounts, and while I've figured how to change the currency symbol, I cannot seem to get the decimal separator to change.
In one of the cultures we translate to (Brazilian Portuguese) the decimal separator is "," instead of "." So instead of saying 15.99 they would say 15,99
my formatString for this axis looks like this:
R$ %0.2f
I have looked at sprintf documentation to look to see how have this use comma instead of period, but nothing I try works.
Anyone have any great ideas?
Thanks,
Steve