You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-10Lines changed: 9 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,17 +87,16 @@ Alternatively view it [online on GitHub](https://github.com/cumulusmx/CumulusMX/
87
87
}
88
88
}
89
89
```
90
-
91
-
- You must also use a version of Highcharts later than v11.2.0 - Cumulus MX now uses v12.3.0
90
+
- You **must also use a version of Highcharts later than v11.2.0** - Cumulus MX now uses v12.3.0
92
91
- **IMPORTANT**: If you have your own versions of Highcharts scripts and you find the x-axis times show 12h times and you want 24h, then you need to add:
93
-
```js
94
-
{
95
-
xAxis: {
96
-
minute: '%H:%M',
97
-
hour: '%H:%M'
98
-
}
99
-
}
100
-
```
92
+
```js
93
+
{
94
+
xAxis: {
95
+
minute: '%H:%M',
96
+
hour: '%H:%M'
97
+
}
98
+
}
99
+
```
101
100
- There is a new option in *Station Settings > General Settings > Location* to manually change the time zone used in the charts
102
101
- Added Davis Cloud API UUID option to the Configuration Wizard
103
102
- Add a retry to downloading Ecowitt SD card files on error or if returned file is empty
0 commit comments