I had an idea for how you might make this work, but it seems that setting up a BarChart to use multiple horizontal axes (necessary to get the axis on top) is broken. I filed a bug report on the issue (see it here<http://code.google.com/p/google-visualization-api-issues/issues/detail?id=1158>; you can "star" the issue to get updates). Until that gets fixed, there is no way to have the horizontal axis on the top of the chart.
On Thursday, February 21, 2013 8:54:49 PM UTC-5, [email protected] wrote: > > Hi all, > > I'm trying to create a bar chart where vaxis and haxis "start" at the top > left hand corner. > > > 1 2 3 > _____ > A| IIIIIII > B| IIII > C| II > > Like that. The challenge is, this is normally done by setting direction: > -1 for the vAxis, but direction is ignored unless domain is a number. I > need the domain to be a string. The ordering of domain vAxis items doesn't > really matter, I just want the baselines to meet at the top left hand > corner. > > Is there any way I can do this for a string domain? Or is there any way I > can mess with labels to have the domain be number based, but only show > string vals (hide the numbers)? Scratching my head on this one. > > 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.
