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: { y: {
beginAtZero: true,
border: { border: {
color: getStyle('--cui-border-color-translucent'), color: getStyle('--cui-border-color-translucent'),
}, },
grid: { grid: {
color: getStyle('--cui-border-color-translucent'), color: getStyle('--cui-border-color-translucent'),
}, },
max: 250,
ticks: { ticks: {
beginAtZero: true,
color: getStyle('--cui-body-color'), color: getStyle('--cui-body-color'),
max: 250,
maxTicksLimit: 5, maxTicksLimit: 5,
stepSize: Math.ceil(250 / 5), stepSize: Math.ceil(250 / 5),
}, },
-3
View File
@@ -65,7 +65,6 @@
}, },
grid: { grid: {
display: false, display: false,
drawBorder: false,
}, },
ticks: { ticks: {
display: false, display: false,
@@ -164,7 +163,6 @@
}, },
grid: { grid: {
display: false, display: false,
drawBorder: false,
}, },
ticks: { ticks: {
display: false, display: false,
@@ -366,7 +364,6 @@
}, },
grid: { grid: {
display: false, display: false,
drawBorder: false,
drawTicks: false, drawTicks: false,
}, },
ticks: { ticks: {