Ehy, maybe you already know, but the error occurs just in java mode. 
So, if you do something like that:
	when you run the compiled js, you should see the chart correctly..
							
						
					So, if you do something like that:
Code:
	
	if (GWT.isScript()){
   yourSmartGWTLayout.addMember(getYourGoogleVisualizationComponent());
}

Comment