Skip to content

[Feature] [LineChart] 希望添加 symbolSize 配置以及将select 样式权重设置高于emphasis样式 #17072

@RootJian

Description

@RootJian

What problem does this feature solve?

  1. echarts symbolSize 设置6和emphasis.scale为true时,放大效果不明显,希望能够提供配置手动设置放大像素值
    Demo
  2. 当我设置select.itemStyle 样式和emphasis.itemStyle样式时,hover 点击symbol,此时没有显示select的样式,而是展示的emphasis样式,需要失焦symbol后才展示,因此希望select.itemStyle权重能够大于emphasis.itemStyle或者将其进行merge,合并样式更佳

What does the proposed API look like?

1、
{ symbolSize: 6, emphasis:{ symbolSize: 8 } }

Metadata

Metadata

Assignees

No one assigned

    Labels

    new-featurependingWe are not sure about whether this is a bug/new feature.

    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