Poseidon

Results 4 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)"); ```

Hi, I'm also seeking the way to behave according to modifier keys. But what you suggested seems not working. Especially I can only set 1 drop effect (e.g. copy or...

Any update to this request? I need to pick date in UTC, but now the Today marker is based on my local time zone.