Skip to content

Commit

Permalink
feat(pie): add tests for interactivity
Browse files Browse the repository at this point in the history
  • Loading branch information
plouc committed Nov 4, 2020
1 parent 17b129d commit 3f4f17e
Show file tree
Hide file tree
Showing 2 changed files with 199 additions and 164 deletions.
2 changes: 2 additions & 0 deletions packages/pie/src/Pie.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ const Pie = ({
isInteractive,
onClick,
onMouseEnter,
onMouseMove,
onMouseLeave,
tooltipFormat,
tooltip,
Expand Down Expand Up @@ -131,6 +132,7 @@ const Pie = ({
isInteractive={isInteractive}
onClick={onClick}
onMouseEnter={onMouseEnter}
onMouseMove={onMouseMove}
onMouseLeave={onMouseLeave}
/>
))}
Expand Down
Loading

0 comments on commit 3f4f17e

Please sign in to comment.