fix chart tooltip

This commit is contained in:
jxxghp
2023-07-11 14:44:39 +08:00
parent 9b6f0d094d
commit 089885dfb8
@@ -38,6 +38,9 @@ const options = controlledComputed(
colors: [currentTheme.value.surface], colors: [currentTheme.value.surface],
}, },
legend: { show: false }, legend: { show: false },
tooltip: {
enabled: false,
},
grid: { grid: {
borderColor, borderColor,
strokeDashArray: 7, strokeDashArray: 7,