Closed njk18 closed 1 month ago
released vue3-apexcharts@1.7.0 with a fix for this. Please upgrade to v.1.7.0
@junedchhipa upgraded from v1.5.3 to v1.7.0 with no other changes, and got the same error. I downgraded back to v.1.5.3 and everything is working fine again. The problem occurs with one specific chart, the others work fine on both versions.
The problematic chart:
<apexchart
v-if="chartOptions.labels.length > 0"
type="donut"
height="375"
:options="chartOptions"
:series="series"
@mounted="..."
/>
I upgraded to nuxt-bridge 2.17.3 and now getting RangeError: Maximum call stack size exceeded
I am using "vue-apexcharts": "^1.6.2",
Is there a fix?
After upgrading from version 1.5.3 to 1.6.0, my application encounters a "Maximum call stack size exceeded" error when using a v-if condition on a reactive object to check the existence of chart labels in the options for an apexchart. This issue did not occur in version 1.5.3 with the same code.
vue3-apexcharts: 1.6.0 Vue: 3.5.8