Skip to content

Commit 5aa7b8d

Browse files
committed
Changelog
1 parent deb1eb5 commit 5aa7b8d

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

CHANGELOG.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -87,17 +87,16 @@ Alternatively view it [online on GitHub](https://github.com/cumulusmx/CumulusMX/
8787
}
8888
}
8989
```
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
9291
- **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+
```
101100
- There is a new option in *Station Settings > General Settings > Location* to manually change the time zone used in the charts
102101
- Added Davis Cloud API UUID option to the Configuration Wizard
103102
- Add a retry to downloading Ecowitt SD card files on error or if returned file is empty

0 commit comments

Comments
 (0)