mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-13 17:22:54 -05:00
Adjust rain axis range
This commit is contained in:
@@ -159,8 +159,8 @@ export class WeatherChartsComponent implements OnInit {
|
|||||||
title: {
|
title: {
|
||||||
text: 'Rain'
|
text: 'Rain'
|
||||||
},
|
},
|
||||||
min: 0,
|
softMin: 0,
|
||||||
max: 0.25,
|
softMax: 0.25,
|
||||||
visible: true,
|
visible: true,
|
||||||
opposite: true
|
opposite: true
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user