I am using Google Chart Tools (aka Visualization) 1.1 Library with GWT to display an AreaChart and I would like to know how to reverse the y axis?
There is
setReverseAxis(boolean)
when you set the Options but this one reverse the x axis. I don't find how to set the y axis.
Thank you for your help.
The current version of Google Visualization API that is used in GWT Visualization 1.1.1 doesn’t support all available functionalities. Until Google release a new version of its API for GWT, I think a possible workaround is to extend AreaChart.Options class by adding a new native method like this one (I didn’t try but it should work, if the version loaded by viz api 1.1.1 support already this option) :
EDIT:
After digging a little bit with the api, I found that corechart.Options has a method to specify axis properties: