The API doesn't support any of these. In theory, you could write code that modifies the SVG/VML for the legend to change the color of the text (and maybe replace the squares with circles), but doing so might prove prohibitively difficult.
For the tooltips, you can change the contents of the box to an extent, but you can't split it up into multiple boxes if you want to use focusTarget "category". I wrote a hack that adds a vertical line that follows the mouse, but the tooltips don't work at all if you use this: http://jsfiddle.net/asgallant/xwrVV/5/ On Thursday, October 11, 2012 10:11:35 AM UTC-4, Martin Treml wrote: > > Hi! > > I'm just started to use the google visualization API and after a time of > learning i got stuck in styling my legend and tooltips. > > I'm using an AreaChart with focusTarget on category. > Maybe someone could help me with my problems. > > *Legend:* > > is it possible to change the rectangles to circles > > is it possible to change the text color to the same as the indicator > (rectangle) > > > *Tooltips:* > > is it possible to display only the value aside an point, and not all in > one box, similar to this one > http://www.amcharts.com/javascript/line-chart-with-multiple-value-axes/ > > is it possible to display a line who overlaps in the middle of each point > in the whole height of the chart > > > > best regards, > Treml Martin > -- 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/-/CsrF-YZJtZAJ. 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.
