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

scrollablePlotArea - when used, tooltips appear beneath the labels overlay #8607

Closed
boyanfi opened this issue Jul 11, 2018 · 2 comments · Fixed by #10787
Closed

scrollablePlotArea - when used, tooltips appear beneath the labels overlay #8607

boyanfi opened this issue Jul 11, 2018 · 2 comments · Fixed by #10787
Assignees

Comments

@boyanfi
Copy link

boyanfi commented Jul 11, 2018

When the scrollablePlotArea is enabled and the chart is scrollable horizontally, when a tooltip needs to be shown it should always be on top.

Currently, when scrolled to the right, the tooltip can appear below the semi-transparent labels area (see screenshot)

image

highcharts for 6.1.0 and react-highcharts 16.0.2, on all browsers

@KacperMadej
Copy link

Hi @boyanfi

Thank you for reporting about the problem.

Live demo: http://jsfiddle.net/BlackLabel/9nywdLre/

Steps: hover points under the mask or right side of the chart

@TorsteinHonsi
Copy link
Collaborator

TorsteinHonsi commented May 22, 2019

Internal note
This should be fixed by

  • Forcing tooltip.outside when in scrollable mode, and
  • Setting the default z-index of the tooltip renderer to 3

POC / Workaround

http://jsfiddle.net/highcharts/cts4xpmj/6/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants