You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-visua...@googlegroups.com
Hi,
I want to use the geochart visualization to show all countries with the most common spoken language, something like:
Spain: Spanish
US: English
France: French
Argentina: Spanish
...
Then I assign every language with a color:
Spanish: red
English: blue
French: gray
other: black
Is it possible?
Thank you.
Any idea
asgallant
unread,
Dec 7, 2011, 11:53:01 AM12/7/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-visua...@googlegroups.com
Create an array of colors, then assign each language to an integer corresponding to the index of the color you want to match it to. When building the DataTable, use this value in the language column, and set the formatted value of the cell to the language name; see: http://jsfiddle.net/yCHPx/
Mario Ruiz Sánchez
unread,
Dec 8, 2011, 6:53:57 AM12/8/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message