apexcharts / vue3-apexcharts

📊 Vue-3 component for ApexCharts
MIT License
314 stars 35 forks source link

Updating to v1.7.0 causing TypeError #130

Open christine927t opened 2 weeks ago

christine927t commented 2 weeks ago

After updating to v1.7.0, I'm receiving this error in the console with my bar chart. My area charts do not cause this same error.

Screenshot 2024-11-05 at 12 12 25 PM


"apexcharts": "^3.54.1",
"vue3-apexcharts": "^1.7.0",
"vue": "^3.5.12",
"nuxt": "^3.14.0"
christine927t commented 2 weeks ago

v1.6.0 causes this same error. Downgrading back to v1.5.3 gets rid of the error.

junedchhipa commented 6 hours ago

Please create a codesandbox or a codepen so it can be reproduced easily.