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
When hovering over a bar in a bar chart the tooltip first appears in the correct position, then jumps to the far left edge of the chart.
This only happens when the chart is rendered in a ShadowRoot.
From what i could find:
It does not happen in line charts.
It does not happen when options.tooltips.insersect == false.
It does happen with multiple series of bars.
It does not happen in horizontal bar charts.
Steps to Reproduce
Move the cursor over a bar.
The tooltip appears and jumps to the left moments later.
Expected Behavior
The tooltip stays in position somewhere close to the bar, until the cursor is moved away.
Actual Behavior
The tooltip quickly moves to the left edge of the chart.
Description
When hovering over a bar in a bar chart the tooltip first appears in the correct position, then jumps to the far left edge of the chart.
This only happens when the chart is rendered in a ShadowRoot.
From what i could find:
options.tooltips.insersect == false
.Steps to Reproduce
Expected Behavior
The tooltip stays in position somewhere close to the bar, until the cursor is moved away.
Actual Behavior
The tooltip quickly moves to the left edge of the chart.
Screenshots
Reproduction Link
Bar chart example (this doesn't work as expected):
https://codepen.io/BeWoFinum/pen/abeRdKV
Line chart example (this works as expected):
https://codepen.io/BeWoFinum/pen/jOgeWdq
The text was updated successfully, but these errors were encountered: