Adaptation of google-chart web component for the Vaadin Flow platform
Apache License 2.0
- Java 21
- Apache Maven 3.9+
Install the component in your local repository
mvn clean install --DskipTestsUse the following maven dependency in your project
<dependency>
<groupId>org.neotropic.flow.component</groupId>
<artifactId>gcharts-for-vaadin-flow</artifactId>
<version>0.1.0</version>
</dependency>- Navigate to demo directory
- Run
mvn spring-boot:run. - Open http://localhost:8080 in your browser.
Google Chart and Vaadin trademarks are property of their respective owners. Neotropic SAS is not affiliated in any way to these companies. Use this component at your own risk.