Unless I misunderstand the original question, that doesn't quite do what the OP wants. The example spawns tooltips when you hover over the hAxis labels, which the Visualization API charts will not do.
On Friday, May 30, 2014 10:46:57 AM UTC-4, trybka wrote: > > I think you want the option 'focusTarget': 'category' > > See this example: > http://jsfiddle.net/38WZW/ > > On Fri May 30 2014 at 7:43:49 AM, <[email protected] <javascript:>> wrote: > >> I have these data: >> data1.addColumn('number', 'month'); >> data1.addColumn('number', 'line 1'); >> data1.addColumn('number', 'line 2'); >> data1.addColumn('number', 'line 3'); >> data1.addRows([[ 1,2.101,5.27,5.27], [ 2,1.898,4.41,4.41], [ >> 3,3.63,5.09,5.09], [ 4,3.512,2.052,2.052], [ 5,1.43,1.43,1.43], [ >> 6,1.787,1.787,1.787], [ 7,1.453,1.453,1.453], [ 8,1.653,1.653,1.653], [ >> 9,1.414,1.413,1.413], [10,2.088,2.088,2.088], [11,2.94,3.045,0.817], >> [12,3.458,3.514,0.817] ]); >> >> So when i insert mouse to 2 hAxis i need view tooltip: >> Line 1: 1.898 >> Line 2: 4.41 >> Line 3: 4.41 >> >> How way? >> Thx DSave >> >> >> >> >> -- >> 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] >> <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> Visit this group at >> http://groups.google.com/group/google-visualization-api. >> For more options, visit https://groups.google.com/d/optout. >> > -- 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.
