Skip to content

y-range and extreme outliers: traces vanish progressively #1660

Closed
@czellweg

Description

@czellweg

When enabling yaxis.range and the data contains extreme outliers, the traces vanish, i.e. they will progressively vanish. See the following codepens that demonstrates this behaviour:

It seems that it depends on the magnitude the outlier is outside the yaxis.range values, e.g. if yaxis.range=[0,20] and the outlier is 20'000'000, only markers are shown. If yaxis.range=[0,20] and the outlier is 2'000'000'000, all traces are gone.

Expected behaviour would be:

  • traces are shown, including markers and lines if markers+lines has been configured

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugsomething broken

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions