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 creating a stacked bar chart, if the tooltip shared property is set to true, the crosshair rectangle will have a width different from the bar or tick width and its horizontal position will be off by being centered around the right border of the bar.
Steps to Reproduce
Create a bar chart with its tooltip.shared and chart.stacked properties set to true
Use at least two series with datapoints having the same x value (as a numeric or a date, there is no issues with string values)
Move your cursor above a bar
Expected Behavior
The crosshair rectangle should fit the bar or the ticks.
Actual Behavior
The crosshair rectangle width does not match ticks or bar width and its shifted to the right of the bar
Description
When creating a stacked bar chart, if the tooltip shared property is set to true, the crosshair rectangle will have a width different from the bar or tick width and its horizontal position will be off by being centered around the right border of the bar.
Steps to Reproduce
Expected Behavior
The crosshair rectangle should fit the bar or the ticks.
Actual Behavior
The crosshair rectangle width does not match ticks or bar width and its shifted to the right of the bar
Screenshots
Reproduction Link
https://codepen.io/GwendalPeron/pen/dyqxeXp
The text was updated successfully, but these errors were encountered: