I did the same thing to resize my bar charts when the window changes. I'm
using JQuery.
$(window).resize(function() {
drawChart();
});
So you just attach a function to the resize event on the window. In this
case I'm calling the function that draws my chart: chart.draw(view,
options);
On Friday, April 13, 2012 2:22:38 AM UTC-5, Ram wrote:
>
>
> Hi,
>
> I have visualization table inside jquery portlet with maximize and
> minimize options. By default, Table displays properly.If i maximize
> portlet,the table not align to porlet size.It means, I want to resize the
> Table when maximize. After maximizing if i click on table header resize
> automaitcally. I want to resize when maximize itself. How to call this
> event?
> --
> BY
>
> R.RAMPRASAD
>
>
--
You received this message because you are subscribed to the Google Groups
"Google Visualization API" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-visualization-api/-/8llVA89ESu4J.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-visualization-api?hl=en.