Skip to content

Commit

Permalink
fix: reduce chart timeline interval
Browse files Browse the repository at this point in the history
  • Loading branch information
mizy committed Mar 1, 2023
1 parent 18f9eb2 commit 4d00eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/dashboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const getProperStep = (start: number, end: number) => {
}
if (hours <= 72) {
// <3 day
return 1800; //30min
return 600; //10min
}
return 3600;
};
Expand Down

0 comments on commit 4d00eda

Please sign in to comment.