Finally I found a trick using :
vAxis: {
title: 'temps (ms)',
viewWindowMode: 'explicit',
viewWindow: {
//max: 180,
min: 0,
},
gridlines: {
count: 10,
}
}
It don't set steps but instead, tell that
max / (nb steps) = count (here it's 10)
So for example with max set to 180, each steps will have a value of 18 using count: 10
.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…