Installing Charts for Vaadin Flow
As with most components for Vaadin Flow, you can install Charts for Flow as a Maven dependency in your project.
Using Charts requires a license key, which will be prompted for at development time after 24 hours from the first time the application with Vaadin Charts is opened.
Maven Dependency
Install Charts by adding the dependency to the project (here as a Maven dependency in pom.xml):
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-charts-flow</artifactId>
</dependency>
You do not need to specify the version number, as long as you have vaadin-bom
imported.
Otherwise, add:
<version>6.0.0</version>
Amend the version number to the one you require.
You also need to define the Vaadin add-ons repository, if this is not already defined:
<repository>
<id>vaadin-addons</id>
<url>https://maven.vaadin.com/vaadin-addons</url>
</repository>
Installing a License Key
You need to have a valid license in order to develop your application with Charts. After a period of 24 hours from when you open the application with Charts in a local browser, you will see a pop-up that asks you to validate your subscription. This pop-up will open a new tab that requires you to log in using your Vaadin account. If the license is valid, it will be saved to the local storage of the browser, after which you will not see the pop-up again.
AF1AB5D1-A1C5-4ED5-ADD9-4E928803A44B