Use a ColumnChart instead of a BarChart.

On Monday, February 4, 2013 8:07:58 AM UTC-5, Workaholic wrote:
>
> I'm having troubles with rotating the chart in the image to be countries 
> on x axis and values on y axis.
> Is it possible?
> here is my code:
>
> var wrap = new google.visualization.ChartWrapper({
> 'chartType':'BarChart',
>         'containerId':'thirdChart',
> 'dataTable' : visualDataThirdChart,
>         'options': {'scaleType':'maximized', 'series' : 
> {0:{targetAxisIndex: 0},1: {targetAxisIndex: 1}}}
>     });
>     wrap.draw();
>
> 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.


Reply via email to