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', 'containerId': 'chart12', 'options': { 'width': 1100, 'height': 500, 'legend': 'right', 'isStacked': true, 'title': 'Forward Costs Initiatives Impact', 'seriesType': 'bars', 'series': {6: {type: 'line'}} }, // Configure the barchart to use columns 'view': {'columns': [4, 5, 6, 7, 8, 9, 10, 11]} }); Can someone please take a look and advise why the series option does not plot a line in my chart? Thanks. -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To post to this group, send email to google-visualization-api@googlegroups.com. To unsubscribe from this group, send email to google-visualization-api+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.