You can specify the "formatted" value for each province, as you can
see in this example:
http://jsfiddle.net/dlaliberte/SSCLx/6/
To do so, you have to create your datatable using the addColumn() and
addRows() mechanism, like this:
var data = new google.visualization.DataTable();
data.addColumn('string', 'Province');
data.addColumn('number', 'Popularity');
data.addRows([
[{v:"CN-11", f:"province 11"}, 600],
[{v:"CN-50", f:"province 50"}, 595],
[{v:"CN-31", f:"province 31"}, 700],
[{v:"CN-53", f:"province 53"}, 500]
]);
> --
> You received this message because you are subscribed to the Google Groups
> "Google Chart API" group.
> To view this discussion on the web visit
>
https://groups.google.com/d/msg/google-chart-api/-/qNr3iQY87soJ.
> To post to this group, send email to
google-c...@googlegroups.com.
> To unsubscribe from this group, send email to
>
google-chart-a...@googlegroups.com.
> For more options, visit this group at
>
http://groups.google.com/group/google-chart-api?hl=en.
--
Daniel LaLiberte -
978-394-1058
dlali...@Google.com 562D 5CC, Cambridge MA
daniel.l...@GMail.com 9 Juniper Ridge Road, Acton MA