This is the demo project for vaadin-chartjs library.
Please follow me on to be notified about new releases.
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).
- Create a issue and describe what you want to do at Issue Tracker
- Create your feature branch (
git checkout -b feature/my-feature
orgit checkout -b bugfix/my-bugfix
) - Test your changes to the best of your ability.
- Add a demo view to the demo application
- Commit your changes (
git commit -m 'Describe feature or bug'
) - Push to the branch (
git push origin feature/my-feature
) - Create a Github Pull Request
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.
- Open "Debug Configurations..." dialog
- Create a new "Java Application"
- Choose the "vaadin-chartjs-demo" project
- Use "com.byteowls.vaadin.chartjs.demo.ChartJsDemoApplication" as Main class
- Set
-Dprofile=dev
as VM argument. This ensures that source code panel in the demo is correctly filled while developing. - Browse to
http://localhost:8080/
Please use the sun coding convention. Please do not use tabs at all!
MIT. Please see LICENSE.