echarts: Problem with tooltip axis of radar charts
Version
4.2.1
Reproduction link
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
About this issue
- Original URL
- State: open
- Created 5 years ago
- Comments: 24 (8 by maintainers)
No result any more
This problem is tricky because it’s actually not an axis but an indicator. So if anyone is interested in making a PR, a new value of
trigger: 'indicator'shoud be provided.