This commit is contained in:
syuilo
2021-10-23 01:04:29 +09:00
parent 96b5684fa0
commit 6171f27f8d
2 changed files with 13 additions and 3 deletions

View File

@@ -121,10 +121,20 @@ export default defineComponent({
},
scales: {
x: {
grid: {
display: false,
color: gridColor,
borderColor: 'rgb(0, 0, 0, 0)',
},
ticks: {
display: false,
},
},
y: {
grid: {
color: gridColor,
borderColor: 'rgb(0, 0, 0, 0)',
},
},
},
interaction: {