Hi everyone, Im new using Google Chart API.
I'm using the simplest bar chart, I fill it when I fetch the data from a personal api. So, the problem is that, google gives me a default height for the google chart. So, when i push the fetched data into into the chartData, and the chart is rendered, 10 bars are rendered in like, 200px height, so, I get something like:

I want to make the height dynamic, I mean, like it gets smaller whenever i put more data into the chartData. So what I want is to change height of the chart dynamic, so, what happen in the image wont happen.