Apexcharts.js: [regression] v3.22.3 destroys the linegraph scaling, compared to v3.22.2

Created on 9 Dec 2020  路  7Comments  路  Source: apexcharts/apexcharts.js

Bug report

Codepen

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

Explanation

  • What is the behavior you expect?

    • For the scale in apexcharts linegraph to work like it did in v3.22.2

  • What is happening instead?

    • The linegraph gets cut off "softly", it doesn鈥檛 cut off the height "hard". So that's why I'm guessing it's the scaling that's off.

  • What error message are you getting?

    • None

3.22.3

apexcharts-bad-3 22 3

3.22.2

apexcharts-good-3 22 2

bug high-priority yaxis

Most helpful comment

Released v3.23.0 which should fix this.

All 7 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jlil picture jlil  路  3Comments

maasha picture maasha  路  3Comments

georgehardy picture georgehardy  路  3Comments

drew-dulgar picture drew-dulgar  路  3Comments

pribilinskiy picture pribilinskiy  路  3Comments