Updated CHANGELOG.md for kotlinisers

This commit is contained in:
Amos Ng 2020-06-14 07:29:32 +08:00
parent 0b59e524b3
commit f5291531bc
No known key found for this signature in database
GPG Key ID: 89086414F634D123
2 changed files with 3 additions and 1 deletions

View File

@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [2020-06-13] Added .gitattributes to help sort out CHANGELOG.md merge conflicts by [@lflare].
- [2020-06-13] Added rudimentary web-ui by [@carbotaniuman & @RedMatriz].
- [2020-06-13] Added additional entry to server ping for network speed by [@lflare].
- [2020-06-13] Added colouring to web-ui pie chart by [@lflare].
### Changed
- [2020-06-13] Modified AsyncAppender queue size to 1024 by [@lflare].

View File

@ -37,7 +37,8 @@ function loadStuff() {
type: 'doughnut',
data: {
datasets: [{
data: [0, 0, 0]
data: [0, 0, 0],
backgroundColor: ["#72a555", "#ca566f", "#ab62c0"]
}],
labels: [
'Hits',