Op zondag 28 december 2014 15:09:50 UTC+1 schreef
diego...@funkroom.net:
> The reference says:
>
> "If this option is not specified, the height of the chart will be calculated by the size of the parent element it's appended to."
>
> I would solve it by making the div, to which the chart is binded, responsive (with media queries)...? And not specifiy the width/height of the chart itself.
I've done it exactly as you said. I've used bootstrap, a div with class col-md-5 and then another div with width 100%. That last div contains the graph and that solved my issue.