KLineChart icon indicating copy to clipboard operation
KLineChart copied to clipboard

📈Lightweight k-line chart that can be highly customized. Zero dependencies. Support mobile.(可高度自定义的轻量级k线图,无第三方依赖,支持移动端)

Results 170 KLineChart issues
Sort by recently updated
recently updated
newest added

Hello, is there a code snippet to modify the tag and make it draggable vertically? like in this example https://jsfiddle.net/randalhsu/5un8r93g/

### 需求描述 希望 k线的两边留白能够可选,不需要可以取消留白 ### 具体实现 ![image](https://user-images.githubusercontent.com/56900383/177082831-84554ea5-0cc8-47da-a09f-236bab40341e.png)

### Version 8.6.0 ### Steps to Reproduce Open the official kline example chart: https://klinecharts.com/sample select the 1H timeframe and zoom in/out step by step until you see the time axis...

添加主附图指标后,附图指标在面板外面了 this.kLineChart = init('motion-system-k-line') this.kLineChart.createTechnicalIndicator('MA', false, { id: 'candle_pane' }) this.paneId = this.kLineChart.createTechnicalIndicator('MACD', false)

### 需求描述 tradingview indicator can click to selected mode, then can popup option dialog to modify indicator params need a onClick callback for indicator ### 具体实现 1. Add onClick/onRightClick/onDbClick for...

### Feature Description Fill missing data For some klines there would be missing data , but right now the chart it showing the data together event if there are missing...

### Version 8.6.0 ### Steps to Reproduce To demonstrate I modified the test file https://github.com/liihuu/KLineChart/blob/master/tests/technical-indicator-template2.html Changed the bar color to be more clear and height to full: ``` const realBarHeight...

Hi everyone, I've investigated documentation, but did't find a way how to draw something like these charts. I know that question more for stackoverflow, but I believe community here can...

提供的数据间隔少于1分钟还是按一分钟来展示的

enhancement

Hello, only Horizontal Zoom is working for me. Vertical is automatically adjusted. How to Scroll / Zoom vertically? For example to see the nearest key support/ resistance lines? ![image](https://user-images.githubusercontent.com/674574/171670826-35eebf83-0e76-45b2-b8e7-3859432e3b6e.png) ![image](https://user-images.githubusercontent.com/674574/171671058-89d12653-5f15-44d5-ab9f-0a0e2cb6fce4.png)