Feature/increase fear and greed index to 365 days (#1519)

* Increase fear and greed index to 365 days

* Update changelog
This commit is contained in:
Thomas Kaul
2022-12-23 11:06:52 +01:00
committed by GitHub
parent b56111ae85
commit 4f187e1a9f
3 changed files with 5 additions and 41 deletions

View File

@@ -27,7 +27,7 @@ export class HomeMarketComponent implements OnDestroy, OnInit {
public historicalDataItems: HistoricalDataItem[];
public info: InfoItem;
public isLoading = true;
public readonly numberOfDays = 180;
public readonly numberOfDays = 365;
public user: User;
private unsubscribeSubject = new Subject<void>();