Financial chart built out of the box based on KLineChart.
# using npm
npm install @klinecharts/pro --save
# using yarn
yarn add @klinecharts/pro
<!-- using unpkg -->
<script src="https://unpkg.com/@klinecharts/pro/dist/klinecharts-pro.umd.js"></script>
<!-- using jsdelivr -->
<script src="https://cdn.jsdelivr.net/npm/@klinecharts/pro/dist/klinecharts-pro.umd.js"></script>
KLineChart Pro is available under the Apache License V2.