fix chart tooltip

This commit is contained in:
jxxghp
2023-07-11 14:44:39 +08:00
parent 9b6f0d094d
commit 089885dfb8

View File

@@ -38,6 +38,9 @@ const options = controlledComputed(
colors: [currentTheme.value.surface],
},
legend: { show: false },
tooltip: {
enabled: false,
},
grid: {
borderColor,
strokeDashArray: 7,