Skip to content

Absolute value calculated on nonexistent points #14240

@data-sync-user

Description

@data-sync-user

Some of the data points are missing the "point" value that the code calls abs() on to compute the relative metric change; because that lookup returns None, abs(None) raises a TypeError and breaks rendering. Need to add a guard against missing/null "point" values before computing

┆Issue is synchronized with this Jira Bug

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions