Skip to content

Commit

Permalink
Merge pull request #56 from bryanthomaschen/master
Browse files Browse the repository at this point in the history
Add data prop to Line
  • Loading branch information
bryanthomaschen committed Jul 26, 2024
2 parents 02efdee + a4199a7 commit 7a74821
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.0.4 (2024-07-26)

- add `data` to `Line`

## 4.0.3 (2024-06-04)

- add `filterNull` to `Tooltip`
Expand Down
1 change: 1 addition & 0 deletions src/Line.re
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ external make:
~className: string=?,
~connectNulls: bool=?,
~hide: bool=?,
~data: array('data)=?,
~dataKey: 'dataKey,
~dot: 'dot=?,
~id: string=?,
Expand Down

0 comments on commit 7a74821

Please sign in to comment.