Skip to content

Rowchart has Infinite height when _rowData.length is 0 #1008

Closed
@nordfjord

Description

See:

height = (_chart.effectiveHeight() - (n + 1) * _gap) / n;

when you filter such that a rowchart has no rows, its height becomes Infinity, which translates to a lot of errors along the lines of:

Error: Invalid value for <g> attribute transform="translate(NaN,0)"

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions