apexcharts-js

Integration of ApexCharts.js for the Vaadin platform

License

License

Categories

Categories

JavaScript Languages Vaadin User Interface Web Frameworks Charts XChart Business Logic Libraries Science
GroupId

GroupId

io.graphenee.vaadin.flow
ArtifactId

ArtifactId

apexcharts-js
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

apexcharts-js
Integration of ApexCharts.js for the Vaadin platform
Project URL

Project URL

https://github.com/ijazfx/apexcharts-js
Project Organization

Project Organization

Farrukh Ijaz
Source Code Management

Source Code Management

https://github.com/ijazfx/apexcharts-js

Download apexcharts-js

How to add to project

<!-- https://jarcasting.com/artifacts/io.graphenee.vaadin.flow/apexcharts-js/ -->
<dependency>
    <groupId>io.graphenee.vaadin.flow</groupId>
    <artifactId>apexcharts-js</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.graphenee.vaadin.flow/apexcharts-js/
implementation 'io.graphenee.vaadin.flow:apexcharts-js:1.0.1'
// https://jarcasting.com/artifacts/io.graphenee.vaadin.flow/apexcharts-js/
implementation ("io.graphenee.vaadin.flow:apexcharts-js:1.0.1")
'io.graphenee.vaadin.flow:apexcharts-js:jar:1.0.1'
<dependency org="io.graphenee.vaadin.flow" name="apexcharts-js" rev="1.0.1">
  <artifact name="apexcharts-js" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.graphenee.vaadin.flow', module='apexcharts-js', version='1.0.1')
)
libraryDependencies += "io.graphenee.vaadin.flow" % "apexcharts-js" % "1.0.1"
[io.graphenee.vaadin.flow/apexcharts-js "1.0.1"]

Dependencies

compile (1)

Group / Artifact Type Version
com.vaadin : vaadin jar

test (3)

Group / Artifact Type Version
org.slf4j : slf4j-simple jar
com.vaadin : vaadin-testbench jar
io.github.bonigarcia : webdrivermanager jar 3.8.1

Project Modules

There are no modules declared in this project.


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

Demo

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.

Versions

Version
1.0.1