diff --git a/packages/vx-shape/src/shapes/Bar.js b/packages/vx-shape/src/shapes/Bar.js index 27d93edd0..d6cdd8635 100644 --- a/packages/vx-shape/src/shapes/Bar.js +++ b/packages/vx-shape/src/shapes/Bar.js @@ -18,6 +18,8 @@ export default ({ strokeLinejoin, strokeMiterlimit, strokeOpacity, + onMouseEnter, + onMouseLeave, }) => { return ( ); }