Skip to content

Add option for Axis Pointer to ignore NULLs #15464

@tmtron

Description

@tmtron

What problem does this feature solve?

When we use a line series and set connectNulls=false the NULL data samples will not be visible, but the axis-pointer will still snap to the (invisible) point and also the tooltip will show up.

2021-08-03_08h59_54
Stackblitz example

This is confusing for some or our users: it would be good to have an option to deactivate this.

What does the proposed API look like?

maybe add:

  • axisPointer.ignoreNulls (boolean), default=false (for backward compatibility): when true, the Axis Pointer should ignore NULLS (and thus also the tooltip will not be shown)

Metadata

Metadata

Assignees

No one assigned

    Labels

    difficulty: easyIssues that can be fixed more easily than the average.enThis issue is in Englishnew-featurestaleInactive for a long time. Will be closed in 7 days.topic: tooltip

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions