mirror of https://github.com/ghostfolio/ghostfolio
Browse Source
This commit adds support for the following date ranges - 'wtd': week-to-date (from the start of the week) - 'mtd': month-to-date (from the start of the month) fixes #2900pull/2902/head
3 changed files with 18 additions and 4 deletions
@ -1 +1 @@ |
|||
export type DateRange = '1d' | '1y' | '5y' | 'max' | 'ytd'; |
|||
export type DateRange = '1d' | '1y' | '5y' | 'max' | 'mtd' | 'wtd' | 'ytd'; |
|||
|
Loading…
Reference in new issue