Browse Source

Fix home overview chart

pull/3393/head
Thomas Kaul 1 year ago
parent
commit
e1dd466f5f
  1. 2
      apps/client/src/app/components/home-overview/home-overview.component.ts

2
apps/client/src/app/components/home-overview/home-overview.component.ts

@ -131,7 +131,7 @@ export class HomeOverviewComponent implements OnDestroy, OnInit {
({ date, netPerformanceInPercentageWithCurrencyEffect }) => { ({ date, netPerformanceInPercentageWithCurrencyEffect }) => {
return { return {
date, date,
value: netPerformanceInPercentageWithCurrencyEffect value: netPerformanceInPercentageWithCurrencyEffect * 100
}; };
} }
); );

Loading…
Cancel
Save