hey hey,
I don't know if this is a bug of some sort, but the y-as of my chart is acting strange.
Everything works as I want it to except the y-axis.
This is the code for the y-axis that I use:
options.vAxis = {
title: title,
gridlines: {
count: 12,
color: '#939393',
},
viewWindowMode:'maximized',
viewWindow:{
max: vAxesMax.max,
min: vAxesMin.min,
},
}
This is what I want it to look like (this is achived by using the explorer option):
The explorer option should only be a feature which can be enabled and disabled by the costumer.
This is what it looks like (without the explorer option):
I don't want the numbers behind the comma, so I put a formater to the y-axis:
format: '#', OR format: '0',
which creates this grafiek (and here is the problem):
the grafiek is displayed 0.5 higher, then it should (look at the tooltip which says that min is 10 or at the explorer which has the correct y-axis).
I don't know if this is a bug or if I can fix it with some sort of code, I can also life with the numbers behind the comma (but they are not realy pretty for the grafiek that I am making :<).
I would realy like the y-axis without explorer to act like the one with explorer.
M.f.G.,
Jessica.