At a guess, I would say that you are drawing those charts *after* the accordion effect is enabled, right? If so, then they are being rendered in a hidden div, which is known to cause problems. You'll have to enable the accordion effect after the charts finish drawing to make it work.
On Thursday, May 3, 2012 3:23:12 AM UTC-4, Al wrote: > > I'm getting strange result when using the Accordion with a google column > chart in IE (7/8/9). It is dropping the legend vAxis values and column > title. > > It works fine in Firefox(12) / Chrome / Safari. > > If I change the h3 tag (used for the accordian header) to h4 all the GV > API images render correctly. > > See attachment 1 for how it should look (FF12) > See attachment 2 for IE error. > See attachment 3 for non-accordion IE version. > > Any guidance, pointers or suggestions will be very gratefully received. I > have also posted this to JQuery UI forum > > Thanks > > Alan > -- 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/-/SfEqC_bo8msJ. 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.
