data.addColumn('string', 'company_name');
data.addColumn('number', 'cash','');
data.addColumn('number', 'people','');
I want to company_name be my scatter chart's legend
How can I do?
It takes me lots of time to solve this question T.T
thank u
--
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.