diff --git a/CHANGES.md b/CHANGES.md index 7d3cb67..2151f94 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +## 4.0.4 (2024-07-26) + +- add `data` to `Line` + ## 4.0.3 (2024-06-04) - add `filterNull` to `Tooltip` diff --git a/src/Line.re b/src/Line.re index 04ac49c..fc1ad19 100644 --- a/src/Line.re +++ b/src/Line.re @@ -19,6 +19,7 @@ external make: ~className: string=?, ~connectNulls: bool=?, ~hide: bool=?, + ~data: array('data)=?, ~dataKey: 'dataKey, ~dot: 'dot=?, ~id: string=?,