-
Notifications
You must be signed in to change notification settings - Fork 19.7k
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
Comments
Hi! We've received your issue and please be patient to get responded. 🎉 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! 🍵 |
Seems to be a bug. |
you confirm it's a bug ? |
Yes. This either should be a bug or a new feature. |
? :( |
Any update on this? I am running into the same issue. |
This issue is labeled with |
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. |
Thanks for the response. Placing an empty tooltip in option does not solve the problem. Nothing is triggered when hovering over the axis. |
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. |
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.
Summary: axisPointer is the tool matters most in this issue.
Summary: radar coordinate is different from polar coordinate in Echarts 3
Summary: radar coordinate is very special.
Summary: As a special coordinator, radar does not exist in axisPointer's implements list. This seems to be a new feature waiting for implement. |
Thanks for the information. So it sounds like it is not a bug, it is just
not implemented yet. Can we get it implemented?
Thanks,
Stephen
…On Fri, Apr 3, 2020 at 2:42 AM Grace ***@***.***> wrote:
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.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#10537 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AF6OGUWEKQKUVNDDTH54GELRKWVPVANCNFSM4HPIZRLQ>
.
|
Hi |
Waiting for a result... |
No result any more |
Is there any progress? |
Any progress? |
🙂,any progress? |
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 |
:), any progress or workaround ? |
May I know if there is any progress on this issue/feature? |
Any news on this and the solution proposed by helgasoft? |
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 :
What is expected?
Tooltip should appears on-hover the radar axis.
What is actually happening?
Nothing appears on hover
The text was updated successfully, but these errors were encountered: