-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor: line chart config * remove redundant comment
- Loading branch information
Showing
2 changed files
with
2 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
// Get 6 values to be able to calculate difference between 5 days ago and 6 days ago. | ||
// Thus volume per day 5 days ago can be displayed. | ||
// Cumulative volume is also only displayed to 5 days. | ||
const COUNT_OF_DATES_FOR_CHART = 6; | ||
const COUNT_OF_DATES_FOR_CHART = 180; | ||
|
||
export { COUNT_OF_DATES_FOR_CHART }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters