setting Grid minValue?

38 views
Skip to first unread message

Igal

unread,
May 24, 2012, 12:14:10 PM5/24/12
to Google Visualization API
Hi!

I have a few Line-Chart on my site :
some of them have values like : 17800, 17805, 17775 etc..
all around that 17800 +- area..

the graph starts at 0 and it's levels (lines, i don't know how to call
it..)
are: 0, 5000, 10000, 15000, 20000

this way all the different values look the same.. it's just a straight
line.
I would prefer the graph to zoom in .. be between 17750 and 17850 for
example
I've tried to set vAxis.minValue, but it doesn't do the trick..

what can I do?
is there a similiar kind of chart that will allow me to do this?

asgallant

unread,
May 24, 2012, 12:57:40 PM5/24/12
to google-visua...@googlegroups.com
The vAxis.minValue option should do the trick; just make sure you are setting it correctly:

vAxis: {
    minValue: 17750

Igal T

unread,
May 25, 2012, 4:14:43 AM5/25/12
to Google Visualization API
Reply all
Reply to author
Forward
0 new messages