clchart

A fast, simple and cross-platform(html5 react-native weex wechat-applet) stock chart library created using canvas.

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

Contributing

git clone https://github.com/seerline/clchart.git

npm install

npm run dev

Screenshot

pc demo

pc

web demo

web

mina demo

mina

react native demo

reactnative

Todos

  • [ ] karma test
  • [ ] more web demo
  • [ ] integrate GCanvas for react native android
  • [ ] weex demo
  • [x] integrate wechat mina app

GitHub