JSPM

  • Created
  • Published
  • Downloads 6614
  • Score
    100M100P100Q120319F
  • License Apache-2.0

Lightweight k-line chart built with html5 canvas

Package Exports

  • klinecharts

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (klinecharts) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

KLineChart

npm version Build Status Codacy Badge size types NPM

📈Lightweight k-line chart that can be highly customized, built with html5 canvas. Support custom technical indicators and parameter settings. Support line drawing.

Installing

Using npm

npm install klinecharts --save

CDN

You can use unpkg:
https://unpkg.com/klinecharts/dist/klinecharts.production.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.

Resources

Technical Indicators

https://github.com/liihuu/TechnicalIndicator

Sample Code

https://github.com/liihuu/KLineChartSample

License

KLineChart is available under the Apache License V2.