Replies: 2 comments 1 reply
-
We are not using vue, but this change seems to break things for us with 4.2.0 when we only trying to update a small part of the config, perhaps it could be related? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I think, the line this.opts is the culprit here |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This happens with apexcharts 4.2.0, it doesn't happen with 4.1.0
Should render the chart with the relevant data and labels
chart is not shown in the console I see Cannot read properties of undefined (reading '0')
it is related to an array but not sure which array exactly, both labels and series have values.
when downgrading to apexcharts 4.1.0, it works.
I use "vue3-apexcharts": "1.8.0"
Beta Was this translation helpful? Give feedback.
All reactions