Hi all,
I am using google visualization datasource 1.02 java API.
I want put a maximum limit for my chart. Here is my code. I am using
query the DB and generate the data table fro the chart.
var options2 = {
width: 1000, height: 500,
title: 'The Results',
vAxis: {max: 10000000}
};
var data2 = response.getDataTable();
var chart = new
google.visualization.ColumnChart(document.getElementById('chart_div'));
chart.draw(data2,options2);
--
You received this message because you are subscribed to the Google Groups
"Google Visualization API" group.
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.