Adam Stewart

Results 8 comments of Adam Stewart

For what it's worth I just landed here after looking to customise the placeholder icons for file types in the dashboard component. In this case the SVG elements are hardcoded...

I too encountered this issue after upgrading from `3.20.0` to `3.20.1`. I am also using the Vue wrapper and have a rather complex set-up whereby the series is tied to...

This is still an issue when using `vue-apexcharts` @ `1.6.2` + `apexcharts` @ `3.28.3`. Removing the chart `responsive` config option fixes it, but there is an underlying bug here. My...

Decided to take a look into this myself; the [commit that caused this](https://github.com/apexcharts/apexcharts.js/commit/d41e9329d8b72492c690faef24882aae060d7e30) was applied for issue #1875. Reverting this commit fixes the issue (#2056 - the chart breaks entirely)...

Just to clarify @yzontov's workaround: ```js responsive: [ { // This is a 'real' breakpoint breakpoint: 960, options: { // Breakpoint option config }, }, // Temporary workaround for https://github.com/apexcharts/apexcharts.js/issues/2056...

No thanks bot, this issue is still valid 😄

Can we get an update on this please? Thanks! 😃

Encountered this; I can confirm that this happens on `enter` but not `tab` when entering a value.