Hi, 1. If you're just trying to move the legend to the right side of the chart, you can use the "legend.position" option and set it to 'right'. 2. For the LineChart you can actually use custom tooltips. This is documented in the tooltip role documentation<https://developers.google.com/chart/interactive/docs/roles#tooltiprole> .
- Sergey On Mon, Feb 25, 2013 at 1:21 PM, Workaholic <[email protected]> wrote: > Hi, > I have a chart as attached in "chart.jpg". > Two questions: > 1. How can I move the chart keys("Australia", "China", etc) next to the > right y axis? > 2. Is there a way to add text to the on mouse over tabs(for example adding > to "Jan 7,2013 China 1502189") another text of data? > > Thanks. > > -- > 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?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
