Added chart value formatting

This commit is contained in:
2018-11-16 12:39:38 -05:00
parent 781d6c3f42
commit 48aa6da181
3 changed files with 22 additions and 16 deletions

View File

@ -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"