hero

ClChart

A fast, simple and cross-platform stock chart library created using canvas.

Get Started →

Fast

Quickly draw large stocks of stock charts.

Simple

With custom and default configurations, you can quickly draw professional stock charts using ClChart.

Cross-platform

Support web pages, wechat-mina, react-native and weex.

Install ClChart

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 git@github.com:seerline/clchart.git
cd clchart
npm install

# Then to build
npm run build

HTML

<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <!-- import ClChart file -->
    <script src="./clchart.js"></script>
</head>
</html>