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