Has anyone had issues with a format object not working in Chrome? The
following code works to re-format the text in the tooltip in Firefox, but
not in Chrome.
//reformat numbers in the tooltip
var formatter = new google.visualization.NumberFormat({
pattern: '#,###'
});
formatter.format(data, 1);
--
You received this message because you are subscribed to the Google Groups
"Google Visualization API" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-visualization-api/-/Ioo08AZRZtUJ.
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.