// Create and populate the data table. var data = google.visualization.arrayToDataTable(rowData);
// Create and draw the visualization. var ac = new google.visualization.ComboChart(document.getElementById('visualization')); ac.draw(data, { title : 'Monthly Coffee Production by Country', width: 600, height: 400, vAxes: [{0:{title: "Cups"}},{1:{title: "Average"}}], hAxis: {title: "Month"}, seriesType: "bars", series: {5: {type: "line",targetAxisIndex:1}} });
asgallant
unread,
Apr 9, 2012, 10:59:31 AM4/9/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message