Problem with tooltip axis of radar charts
Open
bug
en
topic: tooltip
- Dominant language
- TypeScript
- Stars
- 67.3k
- Forks
- 19.8k
- Avg merge
- 11d 14h
- Merged PRs (30d)
- 8
Description
### Version
4.2.1
### Reproduction link
[https://echarts.apache.org/examples/en/editor.html?c=radar-custom](https://echarts.apache.org/examples/en/editor.html?c=radar-custom)
### Steps to reproduce
Complete the code of the example with :
```
tooltip:{
trigger:"axis"
}
```
### What is expected?
Tooltip should appears on-hover the radar axis.
### What is actually happening?
Nothing appears on hover
Contributor guide
Assessment
This issue has not been assessed yet.