I'm using gwt-visualization.jar v1.1.2 to create a ColumnChart. Using the 
following code to set the chart options:

Options options = Options.create();
options.setWidth(800);
options.setHeight(300);
options.setTitle(title);
AxisOptions axisOpt = AxisOptions.create();
axisOpt.set("slantedText", true);
axisOpt.set("slantedTextAngle", 90d);
options.setHAxisOptions(axisOpt);


The below chart displays as expected, except that the horizontal labels, 
e.g. Jun11, are offset from the chart columns. I've tried a few different 
ways to adjust this, but no luck. Any suggestions are welcome.


<https://lh5.googleusercontent.com/--Pm5-VIgnaU/Ua4al1pfXPI/AAAAAAAAAjI/Z8uCxwfthUw/s1600/patientChart.png>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Chart 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-chart-api?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to