Best Automotive Electrical Product & Services
Logo Lourdes white
"use client" import { TrendingUp } from "lucide-react" import { Area, AreaChart, CartesianGrid, XAxis } from "recharts" import { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, } from "@/components/ui/card" import { ChartConfig, ChartContainer, ChartTooltip, ChartTooltipContent, } from "@/components/ui/chart" export const description = "A simple area chart" const chartData = [ { month: "January", desktop: 186 }, { month: "February", desktop: 305 }, { month: "March", desktop: 237 }, { month: "April", desktop: 73 }, { month: "May", desktop: 209 }, { month: "June", desktop: 214 }, ] const chartConfig = { desktop: { label: "Desktop", color: "var(--chart-1)", }, } satisfies ChartConfig export function ChartAreaDefault() { return ( Area Chart Showing total visitors for the last 6 months value.slice(0, 3)} /> } />
Trending up by 5.2% this month
January - June 2024
) }

Send us a message

Send us a message, we’ll reply as soon as possible.

(021) 82407309

Welcome

You must be logged in to access products page. Doesn’t have an account yet? Sign Up