apexcharts.js
apexcharts.js copied to clipboard
Received 'TypeError: Cannot read property 'toString' of undefined' when try to mix bar and line at stacked chart with stackedType="100%"
Bug report
Got "TypeError: Cannot read property 'toString' of undefined" when trying to plot stacked chart mixed line and bar with stackType set to '100%'
Codepen
https://codepen.io/mvtm/pen/VwpbpYw
Explanation
- What is the behavior you expect? I expect to see stacked bar and line over it
- What is happening instead? Partially drawn plot without axes, lines etc
- What error message are you getting?
apexcharts:6 Uncaught (in promise) TypeError: Cannot read property 'toString' of undefined
at Function.value (apexcharts:6)
at c (apexcharts:6)
at s.value (apexcharts:6)
at t.value (apexcharts:6)
at t.value (apexcharts:14)
at t.create (apexcharts:6)
at apexcharts:14
at new Promise (<anonymous>)
at t.value (apexcharts:14)
at pen.js:51
```
I have similar problem when I'm trying to mix bubble chart and line chart...
@junedchhipa I have confirmed this issue. It only fails when setting the stackType to 100%
Having same issue, mixing Line and Column chart! @brianlagunas @IgorTitov @mvtm-dn Please help me fixing this issue, have you guys fixed your concern, If so please update codepen. @junedchhipa Let me know if any update to this is available or not Using vue-apexcharts
Thanks
Having the same issue in vue3-apexcharts when mixing column and line charts. It seems it tries to use line as a part of stacked collection. Tried to add width, height to