Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with tooltip axis of radar charts #10537

Open
stouch opened this issue May 23, 2019 · 25 comments
Open

Problem with tooltip axis of radar charts #10537

stouch opened this issue May 23, 2019 · 25 comments
Assignees
Labels
bug en This issue is in English topic: tooltip
Milestone

Comments

@stouch
Copy link

stouch commented May 23, 2019

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

@echarts-bot
Copy link

echarts-bot bot commented May 23, 2019

Hi! We've received your issue and please be patient to get responded. 🎉
The average response time is expected to be within one day for weekdays.

In the meanwhile, please make sure that you have posted enough image to demo your request. You may also check out the API and chart option to get the answer.

Have a nice day! 🍵

@Ovilia
Copy link
Contributor

Ovilia commented May 24, 2019

Seems to be a bug.

@Ovilia Ovilia added topic: tooltip and removed pending We are not sure about whether this is a bug/new feature. waiting-for-help labels May 24, 2019
@Ovilia Ovilia self-assigned this May 24, 2019
@stouch
Copy link
Author

stouch commented May 27, 2019

you confirm it's a bug ?
thx.

@Ovilia
Copy link
Contributor

Ovilia commented May 28, 2019

Yes. This either should be a bug or a new feature.

@stouch
Copy link
Author

stouch commented Jul 14, 2019

? :(

@Ovilia Ovilia added difficulty: easy Issues that can be fixed more easily than the average. priority: normal labels Sep 27, 2019
@Ovilia Ovilia added this to the TBD milestone Sep 27, 2019
@serich5
Copy link

serich5 commented Feb 13, 2020

Any update on this? I am running into the same issue.

@echarts-bot
Copy link

echarts-bot bot commented Feb 18, 2020

This issue is labeled with priority: high, which means it's a frequently asked problem and we will fix it ASAP.

@gracelia
Copy link
Contributor

gracelia commented Mar 4, 2020

As a workaround, you could set an empty tooltip attribute like: ' tooltip:{} ' in the option. Please let me know if it could provide the same result as you expected.

@serich5
Copy link

serich5 commented Mar 4, 2020

Thanks for the response. Placing an empty tooltip in option does not solve the problem. Nothing is triggered when hovering over the axis.

@gracelia
Copy link
Contributor

gracelia commented Mar 4, 2020

Thanks for the response. Placing an empty tooltip in option does not solve the problem. Nothing is triggered when hovering over the axis.

But hovering over the edge or cross point for one type of data, you will see things like
image

@serich5
Copy link

serich5 commented Mar 5, 2020

Hovering over a data point works, however, hovering over just the access does not. When hoving over the axis the user should see all the values associated with the axis not all the data associated with one data series as shown in your diagram.

@gracelia
Copy link
Contributor

gracelia commented Mar 5, 2020

Hovering over a data point works, however, hovering over just the access does not. When hoving over the axis the user should see all the values associated with the axis not all the data associated with one data series as shown in your diagram.

Thank you, got your point.

@pissang pissang removed this from the TBD milestone Mar 19, 2020
@pissang pissang added this to the 5.0.0 milestone Mar 19, 2020
@Ovilia Ovilia removed the difficulty: easy Issues that can be fixed more easily than the average. label Mar 31, 2020
@gracelia
Copy link
Contributor

gracelia commented Apr 3, 2020

As I figured out the main cause of this issue is that radar component hasn't implemented axisPointer yet, so it does not support showing axis message for series.
I've searched for reason from official docs, and got some clues, as follow:

axisPointer is a tool for displaying reference line and axis value under mouse pointer.

Summary: axisPointer is the tool matters most in this issue.

Radar: 1. Coordinate for radar charts. This component is equal to the polar component in ECharts 2. Because the polar component in the echarts 3 is reconstructed to be the standard polar coordinate component, this component is renamed to be radar to avoid confusion.

Summary: radar coordinate is different from polar coordinate in Echarts 3

Radar chart coordinate is different from polar coordinate, in that every axis indicator of the radar chart coordinate is an individual dimension.

Summary: radar coordinate is very special.

How to display axisPointer:
In cartesian (grid) and polar](~polar) and (single axis, each axis has its own axisPointer.

Summary: As a special coordinator, radar does not exist in axisPointer's implements list.

This seems to be a new feature waiting for implement.

@serich5
Copy link

serich5 commented Apr 3, 2020 via email

@neeru124
Copy link

Hi
I am looking for the same solution. Is there any progress on this ?

@LiZhaji
Copy link

LiZhaji commented Feb 16, 2022

Waiting for a result...

@wayward-man
Copy link

Waiting for a result...

No result any more

@plixplox
Copy link

plixplox commented Jul 1, 2022

Is there any progress?

@sandeep-kr-kgp
Copy link

Any progress?

@kylewuyinhai
Copy link

🙂,any progress?

@Ovilia
Copy link
Contributor

Ovilia commented 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.

@PIMBA
Copy link

PIMBA commented Aug 31, 2022

:), any progress or workaround ?

@Ovilia Ovilia modified the milestones: 5.3, TBD Sep 1, 2022
@Ovilia
Copy link
Contributor

Ovilia commented Sep 5, 2022

@PIMBA This issue is still waiting for contributors. If you are interested, please checkout the wiki to learn how to contribute.

@theuniverse
Copy link

May I know if there is any progress on this issue/feature?

@aaadryyy
Copy link

Any news on this and the solution proposed by helgasoft?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug en This issue is in English topic: tooltip
Projects
None yet
Development

No branches or pull requests