https://codesandbox.io/s/vue-basic-example-forked-tt4ci?file=/src/components/Chart.component.vue
We're using vue-apexcharts and just updated the patch version from 3.22.2 to 3.22.3 and saw that it made our linegraphs unusable.
In codesandbox, change the version between 3.22.3 and 3.22.2 to see the issue. Example photos below


I've got the same issue.
Temporary fix is to remove min and max definitions from y-axis options.
Fixed it, a new version will be released very soon.
I have the same problem, let's wait the fixing release 馃憖
Released v3.23.0 which should fix this.
@Redirts Checked in the original Codesandbox of this issue by updating to the latest version and it works fine.
Can you provide another Codesandbox demo?
@Redirts Checked in the original Codesandbox of this issue by updating to the latest version and it works fine.
Can you provide another Codesandbox demo?
Sorry, for some reason I cannot reproduce it anymore. My bad. Thanks
Most helpful comment
Released v3.23.0 which should fix this.