Chart-Canvas is a library, which can draw k-line chart, built with javascript and html5 canvas.
|-- Chart-Canvas
|-- .babelrc
|-- .eslintignore
|-- .eslintrc.js
|-- .gitignore
|-- LICENSE
|-- package.json
|-- README.md
|-- webpack.config.js
|-- yarn.lock
|-- srceenshot
|-- src
|-- index.js
|-- chart
|-- component
|-- config
|-- data
|-- demo
|-- public
| |-- app.html
|-- scale
|-- utils
Execute command in root directory. Node.js is required.
yarn install
yarn start