Adjust rain axis range

This commit is contained in:
2023-08-18 11:07:47 -04:00
parent 30f4b07d76
commit 534c38ec82

View File

@@ -159,8 +159,8 @@ export class WeatherChartsComponent implements OnInit {
title: {
text: 'Rain'
},
min: 0,
max: 0.25,
softMin: 0,
softMax: 0.25,
visible: true,
opposite: true
},