VChart icon indicating copy to clipboard operation
VChart copied to clipboard

[Bug] setting symbolType of point in series does not also set that of legends and tooltip

Open warin2020 opened this issue 1 year ago • 1 comments

Version

1.12.1

Link to Minimal Reproduction

https://www.visactor.io/vchart/theme/playground

Steps to Reproduce

  1. open https://www.visactor.io/vchart/theme/playground
  2. modify series.area.point.style.symbolType to be triangle image

Current Behavior

symbolType of legends and tooltip not affected

Expected Behavior

symbolType of legends and tooltip being affected

Environment

- OS:
- Browser:
- Framework:

Any additional comments?

No response

warin2020 avatar Sep 18 '24 07:09 warin2020

@warin2020 试一下如下配置theme:

{
  series: {
    area: {
      point: { style: { symbolType: 'triangle' } },
      seriesMark: 'point'
    }
  }
}

xile611 avatar Sep 18 '24 11:09 xile611