refactor: update charts

This commit is contained in:
mrholek
2024-01-02 18:55:22 +01:00
parent 04870396c6
commit 129352d91d
2 changed files with 2 additions and 5 deletions
+2 -2
View File
@@ -82,16 +82,16 @@ export default {
},
},
y: {
beginAtZero: true,
border: {
color: getStyle('--cui-border-color-translucent'),
},
grid: {
color: getStyle('--cui-border-color-translucent'),
},
max: 250,
ticks: {
beginAtZero: true,
color: getStyle('--cui-body-color'),
max: 250,
maxTicksLimit: 5,
stepSize: Math.ceil(250 / 5),
},
-3
View File
@@ -65,7 +65,6 @@
},
grid: {
display: false,
drawBorder: false,
},
ticks: {
display: false,
@@ -164,7 +163,6 @@
},
grid: {
display: false,
drawBorder: false,
},
ticks: {
display: false,
@@ -366,7 +364,6 @@
},
grid: {
display: false,
drawBorder: false,
drawTicks: false,
},
ticks: {