This commit is contained in:
jxxghp
2023-09-04 12:36:05 +08:00
parent 633b38da01
commit 43e67893b4

View File

@@ -27,6 +27,7 @@ const chartOptions = controlledComputed(() => vuetifyTheme.name.value, () => {
chart: {
parentHeightOffset: 0,
toolbar: { show: false },
animations: { enabled: false },
},
tooltip: { enabled: false },
grid: {
@@ -75,6 +76,7 @@ const chartOptions = controlledComputed(() => vuetifyTheme.name.value, () => {
},
yaxis: {
labels: { show: false },
max: 100,
},
}
})