📈Lightweight k-line chart built with html5 canvas. Support technical indicator and parameter setting, support for graphic markup, custom style.
npm install klinecharts --save
You can use unpkg: https://unpkg.com/klinecharts/dist/klinecharts.production.min.js
Execute command in root directory. Node.js is required.
# Install the dependencies from NPM:
npm install
# Build files:
npm run build
The generated files are in the dist folder.
KLineChart is available under the Apache License V2.