You need to specify the slated attribute in the chart options: HorizontalAxisOptions hAxisOptions=HorizontalAxisOptions.create(); hAxisOptions.setSlantedText(true); hAxisOptions.setSlantedTextAngle(30); options.setHAxisOptions(hAxisOptions);
On Tuesday, April 6, 2010 1:21:50 PM UTC+1, Luigi wrote: > > I am using the GWT Java version of the visualization API and in a > column chart with many category values (x-axis), the value labels > overlap. How can I change the text orientation to vertical or > inclined? > The playground java script version demo rotates the labels > automatically, but in Java this seems not be the case. > I use the latest versions of GWT and visualization API. > > 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. For more options, visit https://groups.google.com/groups/opt_out.
