Showing all the values in a category no matter what series your mouse is over might be an OK workaround, but it is a different thing from somehow showing multiple values only when there are multiple values under the mouse.
We should be able to detect that there are multiple values to show, and figure out a reasonable way to show all of them, so this is technically feasible though not currently supported. If you would like to add a suggestion to the issues list, that would allow us to track it: http://code.google.com/p/google-visualization-api-issues/issues/list dan On Wed, Dec 5, 2012 at 12:08 PM, Dominic <[email protected]>wrote: > Campbell, > > try the > focusTarget: 'category' > option. Sounds like this is what you are looking for. > > Dominic > > On Wednesday, December 5, 2012 3:42:08 PM UTC+1, Campbell Stephenson wrote: >> >> Hi, >> >> Does anyone know if it is possible to configure the tool-tip to show the >> values of all the series that are rendered at one point on a chart. At the >> moment if two series are represented as line or area graphs on the same >> chart and they are rendered at the same point then only one of the values >> is shown. >> >> This wouldn't be too much of a problem if the stacking feature was not >> used as the values would be the same (assuming they were plotted against >> the same axis) but when using a stacked area graph if there are three >> series with the values [red:5, blue:0, green:7] then when you mouse over >> the area representing the red series the tool-tip only shows the blue >> value... >> >> Any help would be much appreciated, >> Campbell >> >> -- > You received this message because you are subscribed to the Google Groups > "Google Visualization API" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-visualization-api/-/TDf2aBzyzjMJ. > > 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. > -- Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> - 978-394-1058 [email protected] <[email protected]> 562D 5CC, Cambridge MA [email protected] <[email protected]> 9 Juniper Ridge Road, Acton MA -- 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.
