Hi Visigoth, I tried posting the sample file by hosting it on pastehtml.com, but the posts won't become visible in google groups (anti-spam?)
Anyway... a screenshot of the bug is attached.
Here is a sample code which you can use to reproduce (please use v1.1 of
library).
thanks,
Lokesh
data = google.visualization.arrayToDataTable([
['Date', 'V1', 'V2', 'V3']
,['2011-11-21' , 0.96, 0.0517, 0.70]
,['2011-11-22' , 0.94, 0.0632, 0.70]
,['2011-11-23' , 0.91, 0.0627, 0.65]
,['2011-11-24' , 0.94, 0.0660, 0.62]
,['2011-11-25' , 0.97, 0.0755, 0.65]
,['2011-11-26' , 0.91, 0.0702, 0.62]
,['2011-11-27' , 0.81, 0.0745, 0.58]
]);
var chart = new google.visualization.ChartWrapper({
'chartType': 'ComboChart',
'containerId': 'visualization',
'options': {
'width': 540,
'height': 280,
'colors': ['#21376f', '#8ec742', '#00aa95'],
'title': 'Test',
'series': {2: {type: 'line', targetAxisIndex: 1, pointSize: 10, lineWidth:
3},
3: {type: 'line', targetAxisIndex: 1, pointSize: 10, lineWidth: 3},
0:{pointSize: 5, lineWidth: 1}, 1:{pointSize: 5}},
'vAxes': {0:{minValue:0}, 1:{minValue: 0.3, textStyle:{color: '#224488'}}},
'seriesType': 'bars'
}});
chart.setDataTable(data);
chart.draw();
--
You received this message because you are subscribed to the Google Groups
"Google Visualization API" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-visualization-api/-/m-LyGxXASEAJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-visualization-api?hl=en.
<<attachment: Google Visualization API Sample.png>>
