function drawMouseoverVisualization() {
var data = new google.visualization.DataTable();
data.addColumn('string', 'Year');
data.addColumn('number', 'Score');
data.addRows([
['2005',3.6],
['2005',3.6],
['2007',3.8],
]);
Let imagine that i have 3 lines with 2 lines same value at 2005 how i can show
the tooltip with full data of 2 year ?
--
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/5adce513-0b8a-45b8-8d15-8cbec83f0783%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.