Re: [visualization-api] Re: ChartWrapper issues

2012-01-10 Thread Jinji
On Mon, Jan 9, 2012 at 9:42 PM, MrTik wrote: > Thanks, MC Get Vizzy, > > This is what I am using now. > >// Define a bar chart to show 'Population' data >var columnChart = new > google.visualization.ColumnChart({ > You changed your usage of ChartWrapper

[visualization-api] Re: ChartWrapper issues

2012-01-09 Thread Emily Fortuna
I'm having an even simpler but related problem, with ChartWrapper. If you copy the code from the first example here: http://code.google.com/apis/chart/interactive/docs/drawing_charts.html#chartwrapper , the chart fails to render, and you get the error "Bars series with value domain axis is not sup

[visualization-api] Re: ChartWrapper issues

2012-01-09 Thread MrTik
Thanks, MC Get Vizzy, This is what I am using now. // Define a bar chart to show 'Population' data var columnChart = new google.visualization.ColumnChart({ 'chartType': 'ComboChart', 'container