KLineChart
KLineChart copied to clipboard
📈Lightweight k-line chart that can be highly customized. Zero dependencies. Support mobile.(可高度自定义的轻量级k线图,无第三方依赖,支持移动端)
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线的两边留白能够可选,不需要可以取消留白 ### 具体实现 
### 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...
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?  