Vaadin Charts: The most comprehensive visualization library available for Vaadin. Learn more about the features and 50+ included charts at vaadin.com/charts
NOTE for Vaadin 6 users: Charts 1.x Maven dependency is the following:
<!-- Use this for a Vaadin 6 application only -->
<dependency>
<groupId>com.vaadin.addon</groupId>
<artifactId>vaadin-charts-vaadin6</artifactId>
<version>1.1.9</version>
</dependency>