My line chart is starting at -5, I'd like the base to be at 0, does anyone know which setting to use?
I was able to solve it, I added it here in the options.
vAxis: {
minValue:0,
viewWindow: {
min: 0
}
}