diff --git a/articles/components/charts/installing.adoc b/articles/components/charts/installing.adoc deleted file mode 100644 index 3c79a11cb6..0000000000 --- a/articles/components/charts/installing.adoc +++ /dev/null @@ -1,60 +0,0 @@ ---- -title: Installing Charts for Vaadin Flow -page-title: How to install Vaadin Charts for Vaadin Flow -description: How to install Charts in a project. -meta-description: Install and configure Vaadin Charts to visualize data in your applications. -order: 2 ---- - - -[[charts.installing]] -= 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 is prompted for at development time after 24 hours from the first time the application with Vaadin Charts is opened. - - -[[charts.installing.maven]] -== Maven Dependency - -Install Charts by adding the dependency to the project (here as a Maven dependency in [filename]`pom.xml`): - -[source,xml] ----- - - com.vaadin - vaadin-charts-flow - ----- - -You don't need to specify the version number, as long as you have `vaadin-bom` imported. - -Otherwise, add: - -[source,xml] ----- -6.0.0 ----- - -Amend the version number to the one you require. - -You also need to define the Vaadin add-ons repository, if this isn't already defined: - -[source,xml] ----- - - vaadin-addons - https://maven.vaadin.com/vaadin-addons - ----- - - -[[charts.installing.license]] -== Installing a License Key - -You need to have a valid license 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 see a pop-up that asks you to validate your subscription. -This pop-up opens a new tab that requires you to log in using your Vaadin account. -If the license is valid, it's saved to the local storage of the browser, after which you don't see the pop-up again. - - -[discussion-id]`AF1AB5D1-A1C5-4ED5-ADD9-4E928803A44B`