You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When initially providing the vue3-apexcharts component with a standard y-axis and series and then updating the option-y-axis-array and series-array to additionally show another series with an additional opposite y-axis an error "Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'group')" appears in the browser console.
I do not consider this a serious problem, since everything else works fine and it can simply be worked around by calling the "destroy" method of the vue3-apexcharts-component every time before the series are being updated, but maybe this error points at a more serious problem in how the vue3-apexcharts component updates its apexchart.
The text was updated successfully, but these errors were encountered:
When initially providing the vue3-apexcharts component with a standard y-axis and series and then updating the option-y-axis-array and series-array to additionally show another series with an additional opposite y-axis an error "Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'group')" appears in the browser console.
Reproduction:
CodePen:
https://codepen.io/ming-syue/pen/ZEGazXq
HTML
I do not consider this a serious problem, since everything else works fine and it can simply be worked around by calling the "destroy" method of the vue3-apexcharts-component every time before the series are being updated, but maybe this error points at a more serious problem in how the vue3-apexcharts component updates its apexchart.
The text was updated successfully, but these errors were encountered: