how to create a link by pressing on a bar of barChart
then lead to another website with data for that bar
For Example:
var data = new google.visualization.DataTable();
data.addColumn('string', Tareas);
data.addColumn('number', 'Pendientes');
data.addColumn('number', 'Vencidas');
data.setValue(0, 0, 'CRS');
data.setValue(1, 0, 'SCI');
data.setValue(2, 0, 'SCM');
data.setValue(3, 0, 'SCR');
data.setValue(4, 0, 'SESC');
data.setValue(5, 0, 'SNC');
data.setValue(6, 0, 'SDIP');
data.setValue(7, 0, 'SST');
data.setValue(8, 0, 'SST2');
data.setValue(9, 0, 'SVA');
--
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.