Apexcharts.js: Overlapping of bars in candlestick ApexChart

Created on 16 Mar 2020  路  1Comment  路  Source: apexcharts/apexcharts.js

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.

Most helpful comment

So I've found a workaround:

plotOptions: {
    bar: {
        columnWidth: '10%'
    }
}

Result you can see in Codepen: https://codepen.io/yura_bezhentsev/pen/gOpKPMm

>All comments

So I've found a workaround:

plotOptions: {
    bar: {
        columnWidth: '10%'
    }
}

Result you can see in Codepen: https://codepen.io/yura_bezhentsev/pen/gOpKPMm

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ismaildervisoglu picture ismaildervisoglu  路  3Comments

piyushSinghalDemo picture piyushSinghalDemo  路  3Comments

cstlaurent picture cstlaurent  路  3Comments

pribilinskiy picture pribilinskiy  路  3Comments

rcoundon picture rcoundon  路  3Comments