Quickly draw large stocks of stock charts.
With custom and default configurations, you can quickly draw professional stock charts using ClChart.
Support web pages, wechat-mina, react-native and weex.
You can download the latest version of clchart
from the GitHub releases
npm install clchart --save
Cloning and building the base project:
git clone git@github.com:seerline/clchart.git
cd clchart
npm install
# Then to build
npm run build
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<!-- import ClChart file -->
<script src="./clchart.js"></script>
</head>
</html>