clchart
v0.1.0
Published
A fast, simple, cross-platform, and configurable stock chart library created using canvas.
Downloads
62
Maintainers
Readme
clchart
Simple Cross-platform Stock Charts using the canvas element
Installation
Manual Download
You can download the latest version of clchart
from the GitHub releases
npm
npm install clchart --save
Build From Source
Cloning and building the base project:
git clone [email protected]:seerline/clchart.git
cd clchart
npm install
# Then to build
npm run build
Documentation
English docs (processing)
中文文档 (编写中)
Contributing
git clone https://github.com/seerline/clchart.git
npm install
npm run dev
Screenshot
pc demo
web demo
mina demo
react native demo
Todos
- [ ] karma test
- [ ] more web demo
- [ ] integrate GCanvas for
react native android
- [ ] weex demo
- [x] integrate wechat mina app
License
ClChart is available under the MIT license.