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
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
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',