I am playing around with this example of a line graph using larger data values, e.g.
var data = [3567, 6643, 2123, 1447, 1245, 2414]
and the y axis isn't starting at 0, instead of 1245. Was wondering if there was a simple way to alter this.
I am playing around with this example of a line graph using larger data values, e.g.
var data = [3567, 6643, 2123, 1447, 1245, 2414]
and the y axis isn't starting at 0, instead of 1245. Was wondering if there was a simple way to alter this.