Re: [visualization-api] ChartWrapper issues

2012-01-08 Thread MC Get Vizzy
Your 'chartType' should be 'ComboChart', not 'ColumnChart'. I'm not sure that will fix your problem, though. I tried plugging in my own data and I couldn't reproduce the problem. The following works fine: var chart = new google.visualization.ChartWrapper({ 'chartT

Re: [visualization-api] ChartWrapper issues

2012-01-07 Thread MC Get Vizzy
I'll have a look at this, but why is there no dataTable/dataSourceUrl? Is it in a Dashboard? On Sat, Jan 7, 2012 at 2:59 AM, MrTik wrote: > Hi, > > I am having an issue with the ChartWrapper not rendering a line when > defining as follows. > >// Define a bar chart to sho

[visualization-api] ChartWrapper issues

2012-01-06 Thread MrTik
Hi, I am having an issue with the ChartWrapper not rendering a line when defining as follows. // Define a bar chart to show data var columnChart = new google.visualization.ChartWrapper({ 'chartType': 'ColumnChart',