Change relative price chart type to column
This commit is contained in:
parent
24f47b5f39
commit
d953046539
@ -30,7 +30,8 @@
|
||||
<app-graph
|
||||
[monthlyDatas]="[region.avg_price_relative]"
|
||||
class="graph"
|
||||
formatSting="##,##%">
|
||||
formatSting="##,##%"
|
||||
graphType="column">
|
||||
</app-graph>
|
||||
</ng-template>
|
||||
</mat-tab>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user