基于 KLineChart 的扩展版本,新增双 Y 轴、成交额指标、集合竞价可视化等功能。
- 📦 Out of the box: Simple and fast integration, basically zero cost to get started.
- 🚀 Lightweight and smooth: Zero dependencies, only 40k under gzip compression.
- 💪 Powerful functions: Built-in multiple indicators and line drawing models.
- 🎨 Highly scalable: With rich style configuration and API, the function can be extended as you like.
- 📱 Mobile: Support mobile, one chart, handle multiple terminals.
- 🛡 Typescript development: Provide complete type definition files.
- 📊 Dual Y-axis: Support left price + right percentage display.
- 💰 AMOUNT indicator: Built-in turnover indicator.
- 📈 Call Auction: Support pre-market and after-market auction visualization.
npm install klinecharts-ext --saveyarn add klinecharts-ext<script type="text/javascript" src="https://unpkg.com/klinecharts-ext/dist/umd/klinecharts-ext.min.js"></script><script type="text/javascript" src="https://cdn.jsdelivr.net/npm/klinecharts-ext/dist/umd/klinecharts-ext.min.js"></script>Execute command in root directory. Node.js is required.
# Install the dependencies
npm install
# Build files
npm run buildThe generated files are in the dist folder.
klinecharts-ext is available under the Apache License V2.