Feature/improve label of average price (#805)

* Improve label

* Update changelog
This commit is contained in:
Thomas Kaul
2022-04-06 18:02:21 +02:00
committed by GitHub
parent 204c7360c3
commit 52d113e71f
2 changed files with 6 additions and 2 deletions

View File

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