-
-
Couldn't load subscription status.
- Fork 1.4k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Codepen
https://codepen.io/jammes/pen/NQRJXx?editors=1010
(apexcharts version: ^3.8.1)
(vue-apexcharts version: ^1.4.0)
Explanation
This is happening when I try to use this layout:
Series A - type: column
Series B - type: column
Series C - type: line
Whenever C has all null values, A and B are shown, but the graph seems to not load properly.
If C has one or more values that are not null, the graph renders without issues.
- What is the behavior you expect?
The graph should render, even though C has all null values. - What is happening instead?
A and B data are shown, but the graph does not render properly and I get an error message. - What error message are you getting?
Uncaught (in promise) TypeError: Cannot read property 'indexOf' of undefined.
Layout - column/column/column - works under same circunstances.
Please help me to resolve this issue.
Thank you!
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working