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:
-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
}
- }]
+ }
}
}
});