I am using Bar Chart.
As column type I use 'number' and for hAxis I use formatting
percentage units :
===
hAxis: {format:'0.00%', minValue:0, viewWindowMode:'maximized'},
The percentages are displayed nicely on the chart axis-wise, problem
is the chart-data when I do a mouse-over on the chart. Following is
displayed:
===
hAxis: 3.5%
chart-data: 0.0352152146321
How can I transfer the '0.00%' format to the chart-data and details
themselves?
--
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.