Ivo Valchev
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
apps/client/src/app/pages/portfolio/allocations/allocations-page.html
|
@ -19,7 +19,7 @@ |
|
|
<mat-card-content> |
|
|
<mat-card-content> |
|
|
<gf-portfolio-proportion-chart |
|
|
<gf-portfolio-proportion-chart |
|
|
[baseCurrency]="user?.settings?.baseCurrency" |
|
|
[baseCurrency]="user?.settings?.baseCurrency" |
|
|
[isInPercent]="false" |
|
|
[isInPercent]="hasImpersonationId" |
|
|
[keys]="['name']" |
|
|
[keys]="['name']" |
|
|
[locale]="user?.settings?.locale" |
|
|
[locale]="user?.settings?.locale" |
|
|
[maxItems]="10" |
|
|
[maxItems]="10" |
|
|