Hi Guys, Is there a way to add html links to the (horizontal) labels of the columnchart visualization?
Basically I have a column for each year, and I want the label to be a link to a (dynamically generated) page showing a similar page but with a column for each month of the year. Any Help with this?? Thank You Guys!! Preethi On Monday, June 25, 2012 at 4:44:45 PM UTC-7, Marc Lucchini wrote: > You'll have to listen to the "select > <https://developers.google.com/chart/interactive/docs/gallery/geochart#Events>" > > or the "regionClick > <https://developers.google.com/chart/interactive/docs/gallery/geochart#Events>" > > event. > An example using the select event: http://jsfiddle.net/dz2xS > > If your country pages already exist and you can't or don't want to change > their URLs, you may have to put these URLs in your datatable and pass a > dataview to the geochart. > > Le lundi 25 juin 2012 23:25:41 UTC+2, Susanna Murley a écrit : >> >> I want to create a geochart that allows me to set urls for regions. For >> example, if someone clicks on California in my map, I want it to link to a >> separate page on my site. How do I do this? > > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-visualization-api. For more options, visit https://groups.google.com/d/optout.
