Browse Source

Bugfix/fix X-Axis of investment chart component that does not adapt on date range change(#3932)

pull/3974/head
Amandee Ellawala 10 months ago
committed by Thomas Kaul
parent
commit
07fb9d89fb
  1. 2
      apps/client/src/app/pages/portfolio/analysis/analysis-page.html

2
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"

Loading…
Cancel
Save