How do you set the size of a google chart in percentage : I have this in the html:
By multiplying with appropriate factor to $(window).width() or $(window).height() in the chart options
var options = { width: $(window).width(), height: $(window).height()*0.75 };