How can I show all the years in a straight line instead of the way they are now. First image is what I want, second image is what I have.
var options = {
'width': '100%',
'height': 500,
"hAxis":{showTextEvery:1},
'legend': { position: 'top' },
};

