Browse Source

Improve label

pull/805/head
Thomas 3 years ago
parent
commit
1593f89d72
  1. 4
      apps/client/src/app/components/position/position-detail-dialog/position-detail-dialog.html

4
apps/client/src/app/components/position/position-detail-dialog/position-detail-dialog.html

@ -21,7 +21,7 @@
<gf-line-chart <gf-line-chart
class="mb-4" class="mb-4"
benchmarkLabel="Buy Price" benchmarkLabel="Average Unit Price"
[benchmarkDataItems]="benchmarkDataItems" [benchmarkDataItems]="benchmarkDataItems"
[historicalDataItems]="historicalDataItems" [historicalDataItems]="historicalDataItems"
[showGradient]="true" [showGradient]="true"
@ -53,7 +53,7 @@
</div> </div>
<div class="col-6 mb-3"> <div class="col-6 mb-3">
<gf-value <gf-value
label="Ø Buy Price" label="Average Unit Price"
size="medium" size="medium"
[currency]="SymbolProfile?.currency" [currency]="SymbolProfile?.currency"
[locale]="data.locale" [locale]="data.locale"

Loading…
Cancel
Save