Reputation: 137
I tried adding the d3 gtw wrapper found here to Vaadin. But since I am newby to Vaadin/GWT I am a bit confused as to how exactly I can add and use the wrapper. I tried adding the wrapper to the project as per manual using maven but I kept getting javax.servlet.ServletException: com.vaadin.server.ServiceException: java.lang.NoClassDefFoundError: com/github/gwtd3/api/D3. I get no warning in eclipse and I can see the documentaton for the classes when coding. Thanks!
Upvotes: 1
Views: 762
Reputation: 4644
If you want to use d3.js library you have 3 options.
Upvotes: 1