Browse Source

Refactor input to isInPercentage

pull/6691/head
Thomas Kaul 2 months ago
parent
commit
f7bb161faa
  1. 2
      apps/client/src/app/pages/portfolio/allocations/allocations-page.html

2
apps/client/src/app/pages/portfolio/allocations/allocations-page.html

@ -204,7 +204,7 @@
<gf-world-map-chart
[countries]="countries"
[format]="worldMapChartFormat"
[isInPercentage]="showValuesInPercentage()"
[isInPercent]="showValuesInPercentage()"
[locale]="user?.settings?.locale"
/>
</div>

Loading…
Cancel
Save