I'm using gwt-visualization 1.1.2. The deprecated charts work fine, but
when I try to use the corecharts, the charts show up as varying error
messages (in red, for example "this.k is undefined") depending on the ChartType/browser that I use.
I'm using the following:
VisualizationUtils.loadVisualizationApi(onLoadCallback, CoreChart.PACKAGE);
Any ideas?
J