mrgreywater / apexcharts-flow

ApexCharts.js wrapper for the Vaadin Platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Vaadin Platform wrapper for ApexCharts to build interactive visualizations in Vaadin.

Development instructions

Starting the test/demo server:

mvn jetty:run

This deploys demo at http://localhost:8080

To deploy to another port set jetty.port and/or jetty.ssl.port like

mvn jetty:run -Djetty.port=8090 -Djetty.ssl.port=8555

Branching information

  • master the latest version of the starter, using latest platform snapshot
  • v10 the version for Vaadin 10
  • v11 the version for Vaadin 11
  • v12 the version for Vaadin 12
  • v13 the version for Vaadin 13

License

ApexCharts for Vaadin is released under Apache 2.0 license.

About

ApexCharts.js wrapper for the Vaadin Platform

License:Apache License 2.0


Languages

Language:Java 96.7%Language:TypeScript 3.2%Language:HTML 0.1%Language:CSS 0.0%