mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-12 02:21:06 +08:00
fix chart tooltip
This commit is contained in:
@@ -38,6 +38,9 @@ const options = controlledComputed(
|
||||
colors: [currentTheme.value.surface],
|
||||
},
|
||||
legend: { show: false },
|
||||
tooltip: {
|
||||
enabled: false,
|
||||
},
|
||||
grid: {
|
||||
borderColor,
|
||||
strokeDashArray: 7,
|
||||
|
||||
Reference in New Issue
Block a user