Skip to content

Commit cd16d26

Browse files
author
Christoph Pader
committed
fix: adapt example range after graph data has been modified
1 parent 64345a4 commit cd16d26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

example/src/screens/GraphPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export function GraphPage() {
5353
return {
5454
x: {
5555
min: points[0]!.date,
56-
max: new Date(highestDate.getTime() + 30),
56+
max: new Date(highestDate.getTime() + 50 * 1000 * 60 * 60 * 24),
5757
},
5858
y: {
5959
min: -200,

0 commit comments

Comments
 (0)