Skip to content

dustinchu/vaadin-chartjs-demo

 
 

Repository files navigation

Vaadin Chart.js demo Download Travis Twitter Follow

This is the demo project for vaadin-chartjs library.

Live Demo

Please follow me on Twitter Follow to be notified about new releases.

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.

About

Demo project for the Vaadin Chart.js plugin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.1%
  • CSS 0.9%