Problem with tooltip axis of radar charts
See original GitHub issueVersion
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
Issue Analytics
- State:
- Created 4 years ago
- Comments:23 (8 by maintainers)
Top Results From Across the Web
Tool tip not showing for those label who's data overlapped on ...
When we have data = [100,100,100,200] like this, then all three label's node get overlap on each other so in this case tooltip...
Read more >Issue with tooltip in spider/radar chart. - Highcharts
Hello! I found some strange behavior of tooltip in spider/radar chart. Normally, when you hover a line, chart will show a tooltip for ......
Read more >RadarChart – amCharts 4 Documentation
Indicates if chart should arrange series tooltips so that they would not overlap. If set to true (default), the chart will adjust vertical...
Read more >Tooltips | FusionCharts
You can disable these if you want. The default tooltips display different types of contextual information about the data plot, depending on the...
Read more >Tooltip | Common Settings - AnyChart Documentation
By default, the tooltip is being shown when a point on a chart is hovered over. To disable them from showing at all,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.