Skip to content
This repository has been archived by the owner on Jul 10, 2020. It is now read-only.

moberwasserlechner/vaadin-chartjs-demo

Repository files navigation

Vaadin Chart.js demo

Download Published on Vaadin Directory Travis Stars on Vaadin Directory Donate

This is the demo project for vaadin-chartjs library.

Live Demo

Contribute

Fix a bug or create a new feature

Please do not mix more than one issue in a feature branch. Each feature/bugfix should have its own branch and its own Pull Request (PR).

  1. Create a issue and describe what you want to do at Issue Tracker
  2. Create your feature branch (git checkout -b feature/my-feature or git checkout -b bugfix/my-bugfix)
  3. Test your changes to the best of your ability.
  4. Add a demo view to the demo application
  5. Commit your changes (git commit -m 'Describe feature or bug')
  6. Push to the branch (git push origin feature/my-feature)
  7. Create a Github Pull Request

Run the demo local

The demo application is based on Spring Boot. So its possible to run the Demo as Java Application right out of Eclipse, there is not servlet container needed as Spring Boot has a embedded Tomcat 8 included.

  1. Open "Debug Configurations..." dialog
  2. Create a new "Java Application"
  3. Choose the "vaadin-chartjs-demo" project
  4. Use "com.byteowls.vaadin.chartjs.demo.ChartJsDemoApplication" as Main class
  5. Set -Dprofile=dev as VM argument. This ensures that source code panel in the demo is correctly filled while developing.
  6. Browse to http://localhost:8080/

Code Style

Please use the sun coding convention. Please do not use tabs at all!

License

MIT. Please see LICENSE.

BYTEOWLS Software & Consulting

This plugin is powered by BYTEOWLS Software & Consulting.

Commercial support and consulting

We create plugins for apps we build and share them as it is with the community.

I you have a feature request, need support how to use the plugin or need a release breaking with our normal release cycle you have the possibility to sponsor the development by paying for this custom development or support.

See the wiki page for how to request a quote. Donations are possible as well ;).

About

Demo project for the Vaadin Chart.js plugin

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •