Skip to content

Commit

Permalink
feat(line): pass the state to a custom layer (#656)
Browse files Browse the repository at this point in the history
  • Loading branch information
proAlexandr committed May 22, 2020
1 parent d4714b6 commit 07d2c3f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/line/src/Line.js
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,10 @@ const Line = props => {
yScale,
lineGenerator,
areaGenerator,
currentPoint,
setCurrentPoint,
currentSlice,
setCurrentSlice,
})}
</Fragment>
)
Expand Down

0 comments on commit 07d2c3f

Please sign in to comment.