Skip to content

A version of Vaadin Charts that don't waste memory for large datasets

License

Notifications You must be signed in to change notification settings

parttio/LightChart

Repository files navigation

LightChart add-on project for Vaadin

An extension to Vaadin Charts that optimizes memory usage.

Development instructions

Deployment

Starting the test/demo server:

mvn jetty:run

This deploys demo at http://localhost:8080

Integration test

To run Integration Tests, execute mvn verify -Pit,production.

Publishing to Vaadin Directory

You should change the organisation.name property in pom.xml to your own name/organization.

    <organization>
        <name>###author###</name>
    </organization>

You can create the zip package needed for Vaadin Directory using

mvn versions:set -DnewVersion=1.0.0 # You cannot publish snapshot versions 
mvn install -Pdirectory

The package is created as target/{project-name}-1.0.0.zip

For more information or to upload the package, visit https://vaadin.com/directory/my-components?uploadNewComponent

About

A version of Vaadin Charts that don't waste memory for large datasets

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages