[Feature] Change specific data point symbol by hover
Open
en
new-feature
pending
- Dominant language
- TypeScript
- Stars
- 67.3k
- Forks
- 19.8k
- Avg merge
- 11d 14h
- Merged PRs (30d)
- 8
Description
### What problem does this feature solve?
Cannot change data point symbol by hover.
For example, if I hover on data point `['Tue', 230]` in https://echarts.apache.org/examples/en/editor.html?c=line-simple, I wanna highlight the point with different symbol, such as diamond or triangle.
I know there is `markPoint` option, but as far as I know, it doesn't highlight data point by hover.
### What does the proposed API look like?
Change specific data point symbol by hove. If it's not hovered, display the normal data point.
Contributor guide
Assessment
This issue has not been assessed yet.