Skip to content

Commit

Permalink
add strokeDasharray prop to the <Line /> https://recharts.org/en-US/a…
Browse files Browse the repository at this point in the history
  • Loading branch information
fedodd committed Feb 16, 2024
1 parent 46ef1aa commit 7878acb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Line.re
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ external make:
~points: array(Js.t({..}))=?,
~stroke: string=?,
~strokeWidth: int=?,
~strokeDasharray: string=?,
~unit: string=?,
~xAxisId: string=?,
~yAxisId: string=?
Expand Down

0 comments on commit 7878acb

Please sign in to comment.