https://codepen.io/jammes/pen/NQRJXx?editors=1010
(apexcharts version: ^3.8.1)
(vue-apexcharts version: ^1.4.0)
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.
Layout - column/column/column - works under same circunstances.
Please help me to resolve this issue.
Thank you!
@junedchhipa ,
In my case that's kind of same issue:
But as soon as I add the third line (either "min" or "max"), I get:
Cannot read property 'indexOf' of undefined
That's weird because if I choose to only display one of the min/max it works (so no issue with formatting). Same by using just min/max and not my original curve.
Context:
Thank you,
Hey everyone,
Have the same issue than @sneko on my side.
@junedchhipa is there any reason we experiment that behaviour ?
thanks :)
I have fixed the original issue posted by @jammesjoe and it will soon be released in the next update.
@sneko, @maeglindeveloper If that fixes your issue, please report it when the next version is released.
If it doesn't, kindly open a new issue with a reproducible codepen.
@junedchhipa any news from a new release ?
Is it common to the vue apex chart library as well ?
Most helpful comment
I have fixed the original issue posted by @jammesjoe and it will soon be released in the next update.
@sneko, @maeglindeveloper If that fixes your issue, please report it when the next version is released.
If it doesn't, kindly open a new issue with a reproducible codepen.