mirror of
https://github.com/klinecharts/KLineChart.git
synced 2024-11-25 16:22:43 +08:00
📈Lightweight k-line chart that can be highly customized. Zero dependencies. Support mobile.(可高度自定义的轻量级k线图,无第三方依赖,支持移动端)
.github | ||
.husky | ||
.vscode | ||
docs | ||
licenses | ||
scripts | ||
src | ||
tests | ||
types | ||
.babelrc | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.travis.yml | ||
CONTRIBUTING.md | ||
index.js | ||
LICENSE | ||
NOTICE | ||
package.json | ||
README.md | ||
tsconfig.json |
KLineChart
💹📈Lightweight k-line chart built with html5 canvas.
📦 Install
Using npm
npm install klinecharts --save
Using yarn
yarn add klinecharts
CDNs
unpkg
https://unpkg.com/klinecharts/dist/klinecharts.min.js
jsDelivr
https://cdn.jsdelivr.net/npm/klinecharts/dist/klinecharts.min.js
📄 Docs
🛠️ Build
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.
🔗 Links
©️ License
KLineChart is available under the Apache License V2.