Hi,

I am just wondering if it is possible for the user to click on one of the 
items on a gantt chart it will go to a new page pulling more information 
about that specific project.

So for example if the user was to click on the blue bar (See below):

<https://lh3.googleusercontent.com/-_u1EF5emalU/VwUXM9tricI/AAAAAAAAAWM/IDdtNkH0Dw0FedOlhkgMmuWp5IkaQb2VQ/s1600/Untitled-2.jpg>


This would then redirect them to a page showing the stuff in the tooltip 
but also more data that is stored in the array.


I have searched the internet and just can't seem to find anything that 
offers this.


I have put this in:


function selectHandler() {
var row = data.getValue(0, 0);
alert('You selected ' + row);
}
google.visualization.events.addListener(chart, 'select', selectHandler);



I know this shows an alert but because the parameters are hard selected no 
matter which one you click on it shows "spring2014"

Thanks in advanced.

-- 
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 https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/fa55f3f8-57fa-4a5d-a0bc-24fc89554755%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • [visualization-api] Gantt ... Domonic Hanson

Reply via email to