Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHouraisanNEET <75371007+HouraisanNEET@users.noreply.github.com>2021-06-13 10:16:06 +0300
committerHouraisanNEET <HouraisanNEET@users.noreply.github.com>2021-06-13 10:32:13 +0300
commit6ca2eba0cf038ded8482d0b0d89de83d0cce31dd (patch)
tree26e897f1532b8750b6954a390664a06dbda64b28
parent9449bf0a6ba280d21eeec113defb5ad6b89429f6 (diff)
Fix Chart.js Syntax
Signed-off-by: HouraisanNEET <HouraisanNEET@users.noreply.github.com>
-rw-r--r--js/script.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/js/script.js b/js/script.js
index cbcb192..519841b 100644
--- a/js/script.js
+++ b/js/script.js
@@ -263,12 +263,12 @@
options: {
plugins: { legend: { display: false } },
scales: {
- yAxes: [{
+ yAxes: {
ticks: {
min: 0,
stepSize: stepSize
}
- }]
+ }
}
}
});
@@ -321,12 +321,12 @@
options: {
plugins: { legend: { display: false } },
scales: {
- yAxes: [{
+ yAxes: {
ticks: {
min: 0,
stepSize: stepSize
}
- }]
+ }
}
}
});