Skip to content

Commit

Permalink
feat(line): pass the state to a custom layer
Browse files Browse the repository at this point in the history
  • Loading branch information
proAlexandr committed Aug 1, 2019
1 parent dbd44e2 commit 1cc4bc9
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 @@ -294,6 +294,10 @@ const Line = props => {
yScale,
lineGenerator,
areaGenerator,
currentPoint,
setCurrentPoint,
currentSlice,
setCurrentSlice
})}
</Fragment>
)
Expand Down

0 comments on commit 1cc4bc9

Please sign in to comment.