Skip to content

Showcase for Charba J2CL Charts library based on CHART.JS

License

Notifications You must be signed in to change notification settings

pepstock-org/Charba-Showcase-J2CL

Repository files navigation

Charba Showcase J2CL

Build J2CL showcase

This repository contains the source code of the Charba showcase site, built by J2CL and leveraging on Elemental2, located here.

There are more than 250 samples about all Charba capabilities.

Building

You can execute mvn clean and mvn install to build the Charba showcase.

The project is also providing the Charba jar is provided in lib folder, needed if you want to build a master when the new version of Charba jar is not published in MVN repository yet.

You can add it to Maven local repository, as following:

mvn install:install-file -Dfile=./lib/charba-6.5.jar -DgroupId=org.pepstock -DartifactId=charba -Dversion=6.5 -Dpackaging=jar

Running

The showcase is deployed into war folder.

To run locally the showcase, open war/index.html file with the browser.