I have this Column Chart using Google\'s Visualization Chart API tools. How would I make it so the y-
If you change your graph type as follow:
google.load('visualization', '1', {'packages':['linechart']});
will work for you..