gwtd3 / gwt-d3

A GWT wrapper library around the d3.js library
Other
131 stars 53 forks source link

Unusual error while trying to integrate library #73

Closed OneGeek closed 10 years ago

OneGeek commented 10 years ago

So I've just started using gwt-d3 and am having some trouble integrating the library into my codebase. I get the following error when the first line containing a D3 command is called:

Found interface com.github.gwtd3.api.D3, but class was expected

I'm using the 0.0.15 release as found on the repository listed in the project's pom.xml, is this up to date?

anthonime commented 10 years ago

Hi, I am not encountering problems with the current code of gwt-d3.

I've encountered this kind of exception in the past, but this often happens when you change client code and forget to refresh the browser.

Please let me know if you still got some troubles. A snippet of code would be appreciated if you need help.