mirror of
https://gitlab.com/mangadex-pub/mangadex_at_home.git
synced 2024-01-19 02:48:37 +00:00
Updated CHANGELOG.md for kotlinisers
This commit is contained in:
parent
0b59e524b3
commit
f5291531bc
|
@ -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].
|
||||
|
|
|
@ -37,7 +37,8 @@ function loadStuff() {
|
|||
type: 'doughnut',
|
||||
data: {
|
||||
datasets: [{
|
||||
data: [0, 0, 0]
|
||||
data: [0, 0, 0],
|
||||
backgroundColor: ["#72a555", "#ca566f", "#ab62c0"]
|
||||
}],
|
||||
labels: [
|
||||
'Hits',
|
||||
|
|
Loading…
Reference in a new issue