mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 15:36:49 +08:00
fix chart tooltip
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user