Skip to content

[Bug] 图表中有多条折线且为密集数据时,即使关闭emphasis多条折线也会来回被渲染在最上层 #16291

@loadingwyn

Description

@loadingwyn

Version

5.2.2

Link to Minimal Reproduction

No response

Steps to Reproduce

{
  series: [{
        name: ' xxx',
        sampling: 'lttb',
        type: 'line',
        emphasis: false,
        showSymbol: false,
        symbol: 'circle',
        symbolSize: 10
      };
  }]

Current Behavior

鼠标hover的series会被渲染在最上层,即使emphasis被设置为false, 这导致当图表中有多条折线且为密集数据时,用户一旦移动鼠标,多条折现会来回被渲染在最上层,视觉效果为快速闪动,体验较差

Expected Behavior

emphasis关闭后,能够取消所有默认效果

Environment

- OS:
- Browser:
- Framework:

Any additional comments?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugpendingWe are not sure about whether this is a bug/new feature.staleInactive for a long time. Will be closed in 7 days.waiting-for: community

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions