I am trying to display google chart using gwt native javascript but i am not getting any output below is my code:
GwtChart.html
<
1) try this:
$wnd.google.load("visualization", "1.0", {packages : [ 'corechart' ], callback: drawVisualization});
instead of these 2 lines:
$wnd.google.load('visualization', '1', {packages: ['corechart']});
$wnd.google.setOnLoadCallback(drawVisualization);
or 2) call google.load in your HTML page with