Hi, I just had the same problem, while using org charts with gwt. In my case it was necesary to make sure my charts where added to the document before anything else. Hope it works for you.
On 24 feb, 06:00, jtreglos <[email protected]> wrote: > Hi, > > I'm having a problem with this new release, my org charts don't work > anymore ! Is there a way to continue using older versions instead of > the latest ? > > Jean-Baptiste > > On 23 fév, 10:02, Jinji <[email protected]> wrote: > > > > > > > > > We have pushed a new > > release<http://code.google.com/apis/chart/interactive/docs/release_notes.html> > > to production. > > > Some of the most interesting features:: > > > - Added gradient color mode to bubble chart. > > - Geo > > chart<http://code.google.com/apis/chart/interactive/docs/gallery/geochart.h...> > > : > > - Region interactivity in marker mode is now disabled by default. How > > to keep the old behavior? Set the enableRegionInteractivity option to > > true. > > - Markers are now opaque by default. How to keep the old behavior? > > Set the markerOpacity option to 0.5. > > - Marker size is now between 3 and 12 pixels by default. How to keep > > the old behavior? Set the sizeAxis option to {minSize: 2, maxSize: > > 30}. > > - A magnifying glass is now opened when the user hovers over > > cluttered markers (excluding IE<=8). How to keep the old > > behavior? Set the > > magnifyingGlass option to {enable: false}. > > - We don't stretch the maps by default anymore, but rather keep the > > original aspect ratio. How to keep the old behavior? Set the > > keepAspectRatio option to false. > > - A new control - > > ChartRangeFilter<http://code.google.com/apis/chart/interactive/docs/gallery/controls.h...> > > . > > - A new experimental option forceIFrame whose default is true (the > > current behavior), but can be set to false. When set to false, corechart > > charts, geo chart, treemap and gauge will *not* render the chart in a > > iframe (for all browsers excluding IE<=8). This is still very > > experimental, > > and undocumented. We would like you to try it out and give us your input! > > > The Google Chart Tools team -- 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.
