How do you set the size of a google chart in percentage : I have this in the html:
$(window).resize(function(){ var container = document.getElementById("chart_div").firstChild.firstChild; container.style.width = "100%"; chart.draw(data, options); });