From 07fb9d89fb86cc7277822951fbce4ab4c70d820c Mon Sep 17 00:00:00 2001 From: Amandee Ellawala Date: Wed, 23 Oct 2024 00:35:33 +0100 Subject: [PATCH] Bugfix/fix X-Axis of investment chart component that does not adapt on date range change(#3932) --- apps/client/src/app/pages/portfolio/analysis/analysis-page.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/client/src/app/pages/portfolio/analysis/analysis-page.html b/apps/client/src/app/pages/portfolio/analysis/analysis-page.html index 73817bdcb..033ebf576 100644 --- a/apps/client/src/app/pages/portfolio/analysis/analysis-page.html +++ b/apps/client/src/app/pages/portfolio/analysis/analysis-page.html @@ -277,7 +277,6 @@ [benchmarkDataItems]="investments" [benchmarkDataLabel]="portfolioEvolutionDataLabel" [currency]="user?.settings?.baseCurrency" - [daysInMarket]="daysInMarket" [historicalDataItems]="performanceDataItems" [isInPercent]="hasImpersonationId || user.settings.isRestrictedView" [isLoading]="isLoadingInvestmentChart" @@ -334,7 +333,6 @@ [benchmarkDataItems]="investmentsByGroup" [benchmarkDataLabel]="investmentTimelineDataLabel" [currency]="user?.settings?.baseCurrency" - [daysInMarket]="daysInMarket" [groupBy]="mode" [isInPercent]="hasImpersonationId || user.settings.isRestrictedView" [isLoading]="isLoadingInvestmentTimelineChart"