In order to reproduce your problem we need you to send:
1. A live link of your html.
2. A full source code that reproduced the problem (java + html + anything
else needed).

On Tue, Mar 13, 2012 at 3:49 AM, Pablo Miño <[email protected]> wrote:

> Hi, I have what appears to be a Javascript issue
>
> I generate 2 graphs by clicking a button, this code goes inside a
> ClickHandler
>
> public void run() {
>
>        AbstractDataTable data = createTable(info);
>
>        columnChart = new ColumnChart(data, barOptions());
>        pieChart = new PieChart(data, pieOptions());
>
>        getView().getPanel().clear();
>
>        getView().getPanel().add(columnChart, "columnChart");
>        getView().getPanel().add(pieChart, "pieChart");
>
> }};
>
> VisualizationUtils.loadVisualizationApi(onLoadCallback,
> CoreChart.PACKAGE);
>
> While on IE, Chrome and Safari it renders perfectly, on FireFox I only
> see like 2 cms of the first graph. If I resize the browser window it
> will show fully. Using Firebug I see that the graphs are fully
> generated and sizes are correct, is just like it does not fully redraw
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Visualization API" group.
> 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.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
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.

Reply via email to