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
The example file line-customTooltips.html doesn't take the window scroll offset into account, which leads to some confusion when you're trying to use the example to figure out how custom tooltips work, and they show up off-screen making you think something is wrong when it's maybe not!
Add window scroll position to tooltip position calculation so they show up in the intended place instead of potentially off-screen! Moved tooltips inside the canvas parent container since they are being positioned in terms of its location
Add window scroll position to tooltip position calculation so they show up in the intended place instead of potentially off-screen! Moved tooltips inside the canvas parent container since they are being positioned in terms of its location
exwm
pushed a commit
to exwm/Chart.js
that referenced
this issue
Apr 30, 2021
Add window scroll position to tooltip position calculation so they show up in the intended place instead of potentially off-screen! Moved tooltips inside the canvas parent container since they are being positioned in terms of its location
The example file line-customTooltips.html doesn't take the window scroll offset into account, which leads to some confusion when you're trying to use the example to figure out how custom tooltips work, and they show up off-screen making you think something is wrong when it's maybe not!
Just needs this small change:
el-ee@d851295
The text was updated successfully, but these errors were encountered: