diff --git a/components/dashboard/Chart.tsx b/components/dashboard/Chart.tsx index 5305cc0..50062ab 100644 --- a/components/dashboard/Chart.tsx +++ b/components/dashboard/Chart.tsx @@ -2,7 +2,7 @@ import { useState, useMemo, useRef, useCallback, useEffect } from 'react' import { useTheme } from '@ciphera-net/ui' -import { Line, LineChart, XAxis, YAxis, ReferenceLine } from 'recharts' +import { CartesianGrid, Line, LineChart, XAxis, YAxis, ReferenceLine } from 'recharts' import { ChartContainer, ChartTooltip, type ChartConfig } from '@/components/ui/line-charts-6' import { Card, CardContent, CardHeader } from '@/components/ui/card' import { formatNumber, formatDuration, formatUpdatedAgo, DatePicker } from '@ciphera-net/ui' @@ -384,17 +384,7 @@ export default function Chart({ - - {/* Subtle horizontal lines background */} -
+ {/* Toolbar */}
@@ -485,6 +475,13 @@ export default function Chart({ + +