I have a Google Chart where I explicitly set the vertical-axis minimum and maximum
vAxis: { viewWindow: { min: 0, max: 0.20 }, },
Sometimes