From 3261211986c4f58ef3d59062f2aa86f327d5742d Mon Sep 17 00:00:00 2001 From: hentrymartin Date: Tue, 23 May 2017 18:28:22 +0530 Subject: [PATCH] Added onMouseEnter, onMouseLeave events to Bar Components --- packages/vx-shape/src/shapes/Bar.js | 4 ++++ 1 file changed, 4 insertions(+) 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 ( ); }