as in were you able to alter the font of the tooltip? On Mon, Nov 28, 2011 at 7:38 PM, <[email protected]>wrote:
> Today's Topic Summary > > Group: http://groups.google.com/group/google-visualization-api/topics > > - Line Chart min value <#133ecc1cde468dd5_group_thread_0> [1 Update] > - getTableRowIndex not working with multiple > controlwrapper<#133ecc1cde468dd5_group_thread_1>[1 Update] > - Annotations <#133ecc1cde468dd5_group_thread_2> [1 Update] > - tooltipTextStyle and Internet > Explorer<#133ecc1cde468dd5_group_thread_3>[2 Updates] > > Line Chart min > value<http://groups.google.com/group/google-visualization-api/t/aaf453107f2d751a> > > Andrew Romanov <[email protected]> Nov 28 04:24PM -0800 > > Thanks. It helped a little bit. Now I don't see "0" on the top. > Although 1 isn't shown. Here is the code if you are interested: > http://pastie.org/2936220 > > > > > getTableRowIndex not working with multiple > controlwrapper<http://groups.google.com/group/google-visualization-api/t/60bf2bd9c49566cb> > > "Riccardo Govoni ☢" <[email protected]> Nov 29 12:05AM +0200 > > I'm not sure I understand completely what the issue is, but when > dealing > with selection events you should resolve the index of the > selected row/column against the same table that was used to draw the > chart > where selection occurred. > > In a dashboard, the input datatable that you pass to dashboard.draw() > is > processed by the controls that are part of the dashboard and then > ultimately served to the charts for drawing (after all the constraints > defined by the controls were applied). > > So if a chart fires a selection event and you resolve the row/column > index > contained in the event against the datatable you initialized the > dashboard > with, it probably won't work because any control in between might have > filtered out some of the rows, therefore altering their indexes. > > The correct way to figure out the selected row is to ask the chart > itself > for the Datatable it was drawn with, and use that instead. > > In your example 1, if barChart fires a selection event, use > barChart.getDataTable() to retrieve the table the chart was drawn with > and > resolve the selected row index against that one. > > Does it make sense? > - R. > > > > > > Annotations<http://groups.google.com/group/google-visualization-api/t/e146e136922bbf8d> > > Roni Biran <[email protected]> Nov 28 10:14AM +0200 > > The length of the annotation is not a single character annotation. You > can > write whatever you like. It only look better that way. And for that > reason > you have the description when hovering over it. > If you want, you can use the vertical line annotation to emphasize your > points in the chart. > > > > > > > tooltipTextStyle and Internet > Explorer<http://groups.google.com/group/google-visualization-api/t/6eccadadfaa8506c> > > Oscar Villarreal <[email protected]> Nov 27 01:00PM -0800 > > Did you get any response? > > > > > Roni Biran <[email protected]> Nov 28 07:00AM +0200 > > ????? > > On Sun, Nov 27, 2011 at 11:00 PM, Oscar Villarreal < > > > > You received this message because you are subscribed to the Google Group > google-visualization-api. > You can post via email <[email protected]>. > To unsubscribe from this group, > send<[email protected]>an empty message. > For more options, > visit<http://groups.google.com/group/google-visualization-api/topics>this > group. > > -- > 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. > -- 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.
