-
Notifications
You must be signed in to change notification settings - Fork 322
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
Range label tooltip overlapping with axis tooltip: question #1520
Comments
Thank you for your response but disabling categoryAxis tooltip results in range label tooltip being disabled also (I suppose because is created on top of categoryAxis and inherits his properties).
Thank you. |
I suppose you will need to create a "personal" tooltip for each range, so it does not try to reuse axis' tooltip:
|
I suppose you are right. |
Another solution would be setting: |
Hy, having the pen bellow:
https://codepen.io/aniov/pen/aewRrM?editors=0010
How can I disable (hide) categoryAxis tooltip but see range label tooltip on mouse over ?
The range label must be inside chart.
(It seems that for some reason categoryAxis is inheriting range label tooltip color)
Thank you.
The text was updated successfully, but these errors were encountered: