Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
warin2020 opened this issue Sep 18, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@warin2020
Copy link

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 warin2020 added the bug Something isn't working label Sep 18, 2024
@xile611 xile611 self-assigned this Sep 18, 2024
@xile611
Copy link
Contributor

xile611 commented Sep 18, 2024

@warin2020 试一下如下配置theme:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants