Is it possible to set a candle width or indentation size between separate candle bars for the candlestick chart?
Now I have overlapping of two bars on top of each other.
And I can't control candle width or indentation between candles to fix it.
Please take a look on CodePen: https://codepen.io/yura_bezhentsev/pen/abOGGZo
Thank You.
So I've found a workaround:
plotOptions: {
bar: {
columnWidth: '10%'
}
}
Result you can see in Codepen: https://codepen.io/yura_bezhentsev/pen/gOpKPMm
Most helpful comment
So I've found a workaround:
Result you can see in Codepen: https://codepen.io/yura_bezhentsev/pen/gOpKPMm