question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Problem with tooltip axis of radar charts

See original GitHub issue

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

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:23 (8 by maintainers)

github_iconTop GitHub Comments

4reactions
wayward-mancommented, Feb 16, 2022

Waiting for a result…

No result any more

1reaction
Oviliacommented, Aug 24, 2022

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found