Added chart value formatting
This commit is contained in:
@ -11,6 +11,7 @@
|
||||
[yAxis]="true"
|
||||
[yScaleMin]="0"
|
||||
[yScaleMax]="100"
|
||||
[yAxisTickFormatting]="percentFormat"
|
||||
legendTitle="Charge"
|
||||
[legend]="!app.mobile"
|
||||
[roundDomains]="true"
|
||||
@ -23,6 +24,7 @@
|
||||
[yAxis]="true"
|
||||
[yScaleMin]="0"
|
||||
[yScaleMax]="80"
|
||||
[yAxisTickFormatting]="tempFormat"
|
||||
legendTitle="Temperature"
|
||||
[legend]="!app.mobile"
|
||||
[roundDomains]="true"
|
||||
|
Reference in New Issue
Block a user