Anyone know how to get x-axis labels to be vertical with google charts API?
I need to fit a lot of labels in a small chart.
Thanks
Another possible way you can "work around" this issue is to add an x axis:
chxt=x,y
could change to:
chxt=x,y,x
(Make sure anything you did to your original x axis has the same applied) then set your labels every other in one axis and every other offset by one in the other x axis (or every third depending on how long your labels are).
chx1=0:|Alpha||Gamma||Epsilon||Eta|2:||Beta||Delta||Zeta
Note the two || for an empty label between. That way on your graph the labels switch off axises and you have a little more space:
Alpha Gamma Epsilon Eta
Beta Delta Zeta