Skip to content

Mixed Charts (Column/Column/Line) render issue #1389

@jammesjoe

Description

@jammesjoe

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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions