diff --git a/src/components/LogAnalyticsData.tsx b/src/components/LogAnalyticsData.tsx index 04444835..8a5a7401 100644 --- a/src/components/LogAnalyticsData.tsx +++ b/src/components/LogAnalyticsData.tsx @@ -34,7 +34,7 @@ import { } from "./InfoSection"; import { WorldMap } from "./WorldMap"; import { countryCodeToFlagEmoji } from "@app/lib/countryCodeToFlagEmoji"; -import { useTheme } from "next-themes"; + import { Tooltip, TooltipContent, @@ -49,7 +49,7 @@ import { ChartTooltipContent, type ChartConfig } from "./ui/chart"; -import { Area, AreaChart, CartesianGrid, XAxis, YAxis } from "recharts"; +import { CartesianGrid, Line, LineChart, XAxis, YAxis } from "recharts"; export type AnalyticsContentProps = { orgId: string; @@ -365,7 +365,7 @@ function RequestChart(props: RequestChartProps) { config={chartConfig} className="min-h-[200px] w-full h-80" > - + } /> - - - + ); }