Simple Cross-platform Stock Charts using the canvas element
You can download the latest version of clchart
from the GitHub releases
npm install clchart --save
Cloning and building the base project:
git clone git@github.com:seerline/clchart.git
cd clchart
npm install
# Then to build
npm run build
English docs (processing)
中文文档 (编写中)
git clone https://github.com/seerline/clchart.git
npm install
npm run dev
- karma test
- more web demo
- integrate GCanvas for
react native android
- weex demo
- integrate wechat mina app
ClChart is available under the MIT license.