KLineChart
KLineChart copied to clipboard
📈Lightweight k-line chart that can be highly customized. Zero dependencies. Support mobile.(可高度自定义的轻量级k线图,无第三方依赖,支持移动端)
Some time ago you said that version 9 would not be updated and asked us update to version 10. Now you say that version 10 is unstable and ask us...
When scrolling to the right, after the first `backward` data load, subsequent `scroll` event causes the chart to jump to the last data point because the distance calculation is wrong....
### Version Version: 10.0.0-alpha8 ### Steps to Reproduce Reproduced code - https://stackblitz.com/edit/1yhdtq4q?file=index.js This code is a simple multichart layout (2 charts side by side) Pressing the button will open two...
### Version 10.0.0-alpha8 ### Steps to Reproduce 1. Initialize the chart without providing a layout configuration ```JavaScript const chart = init("chart”); ``` 2. Clone the original pane options before modification...
### Feature Description 关于移动端原生使用webview集成此库的方案是否可行 ### To Do 如何集成 是否可提供demo
Hi, is there any way we can implement 2 scales in a single pane to show financial indicators, instead of creating a new pane? @liihuu Thanks!