Skip to content

Commit

Permalink
adapt range comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Pader committed Sep 6, 2022
1 parent bef67dc commit 2d028b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/LineGraphProps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ interface BaseLineGraphProps extends ViewProps {
*/
points: GraphPoint[]
/**
* Range of the graph's x and y-axis
* Range of the graph's x and y-axis. The range for the y-axis
* must be greater than the range given by the points.
*/
range?: GraphRange
/**
Expand Down

0 comments on commit 2d028b4

Please sign in to comment.