mirror of https://github.com/ghostfolio/ghostfolio
Browse Source
This mirrors the time horizons used in popular finance tracking websites online.pull/2405/head
6 changed files with 27 additions and 4 deletions
@ -1 +1 @@ |
|||
export type DateRange = '1d' | '1y' | '5y' | 'max' | 'ytd'; |
|||
export type DateRange = '1d' | '5d' | '1m' | '6m' | '1y' | '5y' | 'max' | 'ytd'; |
|||
|
Loading…
Reference in new issue