Flexible way to display a geochart

made my day

Embedded Link

Flexible way to display a geochart? – Google Groups

Susanna Murley, 10.05.13 06:33. I would like to display a geochart at 100% width on the page, but the code doesn’t allow percentages in the width, only pixels. Is there a way to do this? Basically, I want it to be flexible for different types of screens.
Jamie : set width to ‘100%’ and



window.onresize = function(event) {
    drawVisualization();

}