Hello All,

I am totally new to whole HTML Coding and need your help in adding links to 
the existing bar chart(HTML using google visualization packages. 
I have a bar chart showing different sites. 
What I want to do?
When I click on the particular site in my bar graph it should take me to 
another webpage. 
I do know we can use this function:-

Example function:-


 google.visualization.events.addListener(geochart, 'select', function() {
      var selectionIdx = geochart.getSelection()[0].row;
       var countryName = data.getValue(selectionIdx, 0);
        window.open('http://en.wikipedia.org/wiki/' + countryName);    });

But I am not sure how to implement this in my code for my goals.
Any help.

Thank You 


-- 
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.

Reply via email to