I have run into a bug with firefox and have searched all over and have
not seemed to find the answer to an issue I have been having.
My program works great in Chrome and IE, but the iframe charts are not
working in firefox.
I'm using a handler and then jquery.ajax to grab at the data and run
the script.
jQuery.ajax({
url: jQuery(this).attr("href"),
data: data,
dataType: 'script'
});
data = all the information for a piechart and all the information for
a table. The table is fine, but the pie chart iframe is empty. If I
hit the backspace button then the piechart will show up. It's almost
like the piechart is overshooting in firefox.
Has anybody else come across a similar issue? I know the data is
passed right and everything works, but I'm hoping that someone has a
simple fix.
Thanks
--
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.