I am having a problem getting the vertical axis values to number correctly.
Here is my code.
var wrapper4 = new google.visualization.ChartWrapper({
"containerId": "trending_div",
"dataSourceUrl":
"https://spreadsheets.google.com/a/google.com/tq?range=G1:I14&key=my_key_code&gid=1",
"refreshInterval": 5,
"chartType": "ComboChart",
"options": {
"pointSize": 5,
"height": 350,
"width": 900,
"vAxis.minValue": 75,
"vAxis.maxValue": 100,
"titlePosition": "out",
"title": "Birth Certificates Detail",
"titleTextStyle": {color: "black", fontName: "Arial", fontSize: "20"}
}
});
The chart is percentages and 100% is max, but it's showing 200 on the top
line?
Thanks for any help...
--
You received this message because you are subscribed to the Google Groups
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at
http://groups.google.com/group/google-visualization-api?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.