Skip to content

Timelion visualization don't show data due to error dividing by zero #486

@sduenas

Description

@sduenas

Timelion visualizations don't show any data for a timeframe when there's a division by zero. In those cases, javascript returns a NaN but Timelion doesn't know how to handle it.

The way to fix it is to add to the denominator something like .if(eq, 0, 1).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions