How to change height of grid lines? (Keeping chart responsive)
I am using LineChart with following data sets
data: [60, 75, 70, 75, 59, 65],
but its height remains same even if I tried to change the data set like this
data: [30, 45, 40, 45, 29, [35]
How should I change the height of grid lines?
From what I see in your picture, it appears that setting the dimensions of the canvas will allow you to achieve the desired effect. Here is an example (notice the height of each canvas in relation to the width): http://codepen.io/anon/pen/YpGzVZ