-
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
[Feature] xAxis or yAxis tooltip #16228
Comments
Looks useful. The axis labels will be long sometimes, but there is currently no way to show the full text when hovering on the label. I made a workaround(https://codepen.io/plainheart/pen/jOGBrmJ) to simulate this behavior. Just for your reference. |
This issue is labeled with Please have a look at How to debug ECharts if you'd like to give a try. 🤓 |
@plainheart |
This issue has been automatically marked as stale because it did not have recent activity. It will be closed in 7 days if no further activity occurs. If you wish not to mark it as stale, please leave a comment in this issue. |
This issue has been automatically closed because it did not have recent activity. If this remains to be a problem with the latest version of Apache ECharts, please open a new issue and link this to it. Thanks! |
What problem does this feature solve?
when xAxis name or yAxis name is overflow like blabla...
I can't see full name of xAxis or yAxis
What does the proposed API look like?
like legend.tooltip
I hope xAxis.tooltip or yAxis.tooltip
The text was updated successfully, but these errors were encountered: