Fix tooltip on storage page

This commit is contained in:
Nicolas Mowen 2024-04-14 08:26:47 -06:00
parent 135db4d71e
commit ea11cab734

View File

@ -190,7 +190,7 @@ export function StorageGraph({ graphId, used, total }: StorageGraphProps) {
}, },
}, },
tooltip: { tooltip: {
show: false, enabled: false,
}, },
xaxis: { xaxis: {
axisBorder: { axisBorder: {