mirror of
https://github.com/Crazyco-xyz/48hr.email.git
synced 2026-01-09 11:19:36 +01:00
[Chore]: Fix Stats graph
This commit is contained in:
parent
fa0dc27cba
commit
03bc74cd34
1 changed files with 3 additions and 3 deletions
|
|
@ -83,7 +83,7 @@ document.addEventListener('DOMContentLoaded', function() {
|
||||||
tension: 0.4,
|
tension: 0.4,
|
||||||
pointRadius: 4,
|
pointRadius: 4,
|
||||||
pointBackgroundColor: 'rgba(100, 149, 237, 0.8)',
|
pointBackgroundColor: 'rgba(100, 149, 237, 0.8)',
|
||||||
spanGaps: false,
|
spanGaps: true,
|
||||||
fill: true,
|
fill: true,
|
||||||
hidden: false
|
hidden: false
|
||||||
},
|
},
|
||||||
|
|
@ -96,7 +96,7 @@ document.addEventListener('DOMContentLoaded', function() {
|
||||||
tension: 0.4,
|
tension: 0.4,
|
||||||
pointRadius: 4,
|
pointRadius: 4,
|
||||||
pointBackgroundColor: '#2ecc71',
|
pointBackgroundColor: '#2ecc71',
|
||||||
spanGaps: false,
|
spanGaps: true,
|
||||||
fill: true,
|
fill: true,
|
||||||
hidden: false
|
hidden: false
|
||||||
},
|
},
|
||||||
|
|
@ -110,7 +110,7 @@ document.addEventListener('DOMContentLoaded', function() {
|
||||||
tension: 0.4,
|
tension: 0.4,
|
||||||
pointRadius: 4,
|
pointRadius: 4,
|
||||||
pointBackgroundColor: '#ff9f43',
|
pointBackgroundColor: '#ff9f43',
|
||||||
spanGaps: false,
|
spanGaps: true,
|
||||||
fill: true,
|
fill: true,
|
||||||
hidden: false
|
hidden: false
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue