I have a question on vizualisation of line chart
Could you please write me an example how do I implement a property '
vAxis.maxValue ' to a graph?
This is an example of the code?
*******************
chart.draw(data, {width: 400, height: 400,
title:'График',legend:'none',pointSize:1,lineWidth:0});
*******************
this is properties i want to implement
*******************
vAxis.maxValue=200;
vAxis.logScale=1;
*******************
I'm know javascript poorly, could you please give very basic example
how can i do it?
--
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.