Hi all,
I want to know what i'm missing here.
Above is my maven dependency for gwt chart:
<dependency>
<groupId>com.googlecode.gwt-charts</groupId>
<artifactId>gwt-charts</artifactId>
<version>0.9.9</version>
</dependency>
And the module in my app.gwt.xml
<inherits name="com.googlecode.gwt.charts.Charts" />