I am trying to develop with Vaadin Charts, but I am not I am not able to install it.
The documentation says: "Once you have installed the library in your project, you need to compile the widget set". I installed the library without problems using Maven, but after that I don't know what to do. If I try to execute some code I receive an error like that:
Widgetset does not contain implementation
I have been reading the documentation but I'm a little lost. I read about creating a Vaadin widget Eclipse project
but then I don't know how to connect with a simple Vaadin Project
...
Any help will be appreciated!