This commit is contained in:
Thomas Camlong
2025-04-17 15:11:17 +02:00
parent 49559f9e6c
commit 5be07bbfb8
27 changed files with 682 additions and 622 deletions
+5 -5
View File
@@ -171,7 +171,7 @@ function ChartTooltipContent({
return (
<div
className={cn(
"border-border/50 bg-background grid min-w-[8rem] items-start gap-1.5 rounded-lg border px-2.5 py-1.5 text-xs shadow-xl",
"border-border/50 grid min-w-[8rem] items-start gap-1.5 rounded-lg border px-2.5 py-1.5 text-xs shadow-xl",
className
)}
>
@@ -340,9 +340,9 @@ function getPayloadConfigFromPayload(
}
export {
ChartContainer, ChartLegend,
ChartLegendContent,
ChartStyle, ChartTooltip,
ChartTooltipContent
ChartContainer, ChartLegend,
ChartLegendContent,
ChartStyle, ChartTooltip,
ChartTooltipContent
}