I have the following code:
function drawVisualization() { // Create and populate the data table. var data = google.visualization.arrayToDataTable([ [\'Ye
You need to set viewWindowMode as explicit
vAxis: {viewWindowMode: "explicit", viewWindow:{ min: 0 }}