So, what happened here is that we released updated GWT bindings for visualization a week before corechart support went public. Our next release will patch things up. In the mean time, add the string "corechart" where you would normally specify "XXX.PACKAGE" in the call ot Visualizationutils.loadVisualizationApi(). Do not include PieChart.PACKAGE or any other individual chart packages that are covered by the new core chart support.
On Tue, Jun 1, 2010 at 1:38 PM, Chris Conroy <[email protected]> wrote: > On Fri, May 28, 2010 at 11:29 PM, zanerock <[email protected]> wrote: > > Let me know if there's a separate group fro this, but I've upgraded to > > visualization 1.1 today, but all the charts are still rendering in the > > 1.0 style. > > > > I see in the release notes it mentions using 'corechart' instead of > > the individual packages (like 'pichart') in JavaScript land, but I > > can't find any equivalent documentation for GWT and I've tried > > changing the strings and version numbers in the > > 'VisualizationUtils.loadVisualizationApi(...)' call, but to no avail. > > > > What am I missing? > > You should direct this question to the Google API Libraries list: > http://groups.google.com/group/GWT-Google-Apis > > -- > Chris Conroy > Software Engineer > Google, Atlanta > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- Eric Z. Ayers Google Web Toolkit, Atlanta, GA USA -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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-web-toolkit?hl=en.
