Hi, I'm trying to use the bar chart with monetary amounts. Here in The Netherlands, we use a decimal comma, and use the dot for grouping. A typical amount would be: "€ 1.234,50". Unfortunately, the tooltips on the bar chart show this as "1234.5", and there doesn't appear to be a way to customize this. I've looked at the NumberFormat formatter, and the formatted value, in the DataTable API reference, but those don't seem to be used for the bar chart.
The only number format that can be changed, according to the documentation, is the horizontal axis (hAxis.format). But there doesn't seem to be a way to change the grouping character there, so I can only choose between '#,###', which is incorrect in The Netherlands, and '#', which is hard to read. Is there any way to apply number formatting and internationalization on the bar chart? Thanks, – Michael -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
