Skip to content

Commit d252ac6

Browse files
fix(charts): disable tooltip-button-icon-wrap on LegendToggle overlay
1 parent 32aa612 commit d252ac6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/platform/plugins/shared/charts/public/static/components/legend_toggle.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ const LegendToggleComponent = ({ onClick, showLegend, legendPosition }: LegendTo
5151
);
5252

5353
return (
54+
// eslint-disable-next-line @elastic/eui/tooltip-button-icon-wrap -- absolute-positioned chart overlay; EuiToolTip wrapper alters snapshot rendering
5455
<EuiButtonIcon
5556
type="button"
5657
iconType="listBullet"

0 commit comments

Comments
 (0)