This is the demo project for vaadin-chartjs library.
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.
This plugin is powered by BYTEOWLS Software & 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 ;).