|
|
@ -24,9 +24,7 @@ |
|
|
class="h-100" |
|
|
class="h-100" |
|
|
[currency]="user?.settings?.baseCurrency" |
|
|
[currency]="user?.settings?.baseCurrency" |
|
|
[historicalDataItems]="historicalDataItems" |
|
|
[historicalDataItems]="historicalDataItems" |
|
|
[isInPercentage]=" |
|
|
[isInPercentage]="showValuesInPercentage()" |
|
|
data.hasImpersonationId || user.settings.isRestrictedView |
|
|
|
|
|
" |
|
|
|
|
|
[isLoading]="isLoadingChart" |
|
|
[isLoading]="isLoadingChart" |
|
|
[locale]="user?.settings?.locale" |
|
|
[locale]="user?.settings?.locale" |
|
|
/> |
|
|
/> |
|
|
|