Skip to content

[Feature] Is there a way to make other graphic elements into blur state when highlight multiple series ? #20720

@alexqlyu

Description

@alexqlyu

What problem does this feature solve?

When I highlight some graphic elements in multiple series or select one graphic element, I want to mute other graphic elements in order to visually distinguish between selected and unselected graphic elements.
I tried using dispatchAction({ type: 'highlight' }), but the options (emphasis.focus = 'none'/'self'/'series') can not mute the others in multiple series. And I tried using dispatchAction({ type: 'select' }), no options to mute the others.

What does the proposed API look like?

Add dispatchAction({ type: 'blur' }) to mute graphic elements.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enThis issue is in Englishnew-featurependingWe are not sure about whether this is a bug/new feature.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions