Formatting Y Axis Numbers In Jqplot
I managed to format my y axis text to two decimals, but since I'm using very large numbers, is there a way I can display my numbers like: NAD 100,000,000.00 rather than NAD 10000
Solution 1:
This actually does....
tickOptions:{
formatString:"NAD %'d "
}
Post a Comment for "Formatting Y Axis Numbers In Jqplot"