mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-30 01:25:39 -05:00
Formatting tweaks
This commit is contained in:
@@ -143,10 +143,10 @@ export class WeatherChartsComponent implements OnInit {
|
||||
{
|
||||
visible: true,
|
||||
labels: {
|
||||
format: '{value:.2f}%'
|
||||
format: '{value}%'
|
||||
},
|
||||
title: {
|
||||
text: 'Percentage'
|
||||
text: 'Humidity'
|
||||
},
|
||||
min: 0,
|
||||
max: 100,
|
||||
@@ -166,7 +166,7 @@ export class WeatherChartsComponent implements OnInit {
|
||||
},
|
||||
{
|
||||
labels: {
|
||||
format: '{value:.2f} lx',
|
||||
format: '{value} lx',
|
||||
},
|
||||
title: {
|
||||
text: 'Light'
|
||||
@@ -254,7 +254,7 @@ export class WeatherChartsComponent implements OnInit {
|
||||
yAxis: [
|
||||
{
|
||||
labels: {
|
||||
format: '{value:.2f} MPH',
|
||||
format: '{value} MPH',
|
||||
},
|
||||
title: {
|
||||
text: 'Wind Speed'
|
||||
|
||||
Reference in New Issue
Block a user