Poseidon

Results 2 comments of Poseidon

I think I found the cause. The option `chart.stackType` is encoded as `full`, not `100%`.

Found a workaround: Manually overriding `chart.stackType` after the chart is created: ``` apexCharts.getElement().executeJs("this.config.chart.stackType='100%'; this.chartComponent.updateOptions(this.config)"); ```