apexcharts / apexcharts.js

📊 Interactive JavaScript Charts built on SVG
https://apexcharts.com
MIT License
14.03k stars 1.28k forks source link

Getting `RangeError: Maximum call stack size exceeded at Object.reactiveGetter [as width]` with vue-apexcharts after v3.48.0 #4504

Closed AbdAsh closed 1 month ago

AbdAsh commented 1 month ago

Description

After updating the apexcharts library to v3.49.0, the pie chart is not loading in Vue2 using the package vue-apexcharts

Steps to Reproduce

  1. Create a Vue2 Project
  2. Install apexcharts and vue-apexcharts per docs instruction
  3. Try using the chart type pie (in my case)

Expected Behavior

The Pie chart should render normally no issues

Actual Behavior

The Pie chart is not rendering at all and the error RangeError: Maximum call stack size exceeded at Object.reactiveGetter [as width] is logged

Screenshots

image
junedchhipa commented 1 month ago

works fine here - https://apexcharts.com/vue-chart-demos/pie-charts/simple-pie-chart/ Please provide a reproducible example in your case.