I am using Smart GWT and gwt-visulisation charts together
If Smart GWT is loaded then the graph does not render.
Alternatively, if you change
VisualizationUtils.loadVisualizationApi(onLoadCall back,"corechart");
to load
VisualizationUtils.loadVisualizationApi(onLoadCall back,PieChart.Package);
then the chart renders.otherwise it does not render corechart
Please suggest me
Thanks
You would need to provide which PieChart you imported.
Most likely you are rendering the other PieChart (com.google.gwt.visualization.client.visualizations.PieChart)