https://github.com/zkoss/zkchartsessentials
https://github.com/zkoss/zkchartsessentials
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zkoss/zkchartsessentials
- Owner: zkoss
- Created: 2015-07-20T09:59:34.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-09-11T09:23:01.000Z (almost 2 years ago)
- Last Synced: 2024-09-11T12:46:58.867Z (almost 2 years ago)
- Language: JavaScript
- Size: 1.11 MB
- Stars: 1
- Watchers: 12
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [ZKCharts Essentials](https://www.zkoss.org/wiki/ZK%20Charts%20Essentials) Example Project
This project contains example code mentioned in the book.
# How to run
## Maven installed
`mvn jetty:run`
Then visit http://localhost:8080/zkchartsessentials/ with your browser.
Press `CtrL + c` to stop the jetty server.