You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tooltip in mobile mode have some offset if the charts has scrolled down.
For example:
In Desktop mode every tooltip is upside the relative point, even if the page has been scrolled down.
In Mobile mode tooltip are in the right position only if you are at the top of the page.
If you scroll down the page and want see the values in the chart, every tooltips is offset above the interested point.
This issue is also present in desktop version.
If you use JQuery 3.5.1, BootstrapJs 3.3.5 no problem.
Using JQueyry 3.5.1 with BootstrapJS > 3.3.5 it's presents the offset problem.
Tooltip in mobile mode have some offset if the charts has scrolled down.
For example:
In Desktop mode every tooltip is upside the relative point, even if the page has been scrolled down.
In Mobile mode tooltip are in the right position only if you are at the top of the page.
If you scroll down the page and want see the values in the chart, every tooltips is offset above the interested point.
Live example URL:
https://jsfiddle.net/9Lyr4e0x/
Steps to repro:
Expected behavior
Tooltip near the interested point.
Actual behavior
Tooltip / popup is far away from point selected.
Context
Client wants to see value of the chart using his smartphone.
Environment
IDE used VS Code 1.51.1
The text was updated successfully, but these errors were encountered: