Change relative price chart type to column

This commit is contained in:
Patrick Gebhardt 2020-06-23 13:06:54 +02:00
parent 24f47b5f39
commit d953046539

View File

@ -30,7 +30,8 @@
<app-graph
[monthlyDatas]="[region.avg_price_relative]"
class="graph"
formatSting="##,##%">
formatSting="##,##%"
graphType="column">
</app-graph>
</ng-template>
</mat-tab>