diff --git a/app/[locale]/(main)/ClientComponents/NetworkChart.tsx b/app/[locale]/(main)/ClientComponents/NetworkChart.tsx index 71e4de3c8..26d32fb62 100644 --- a/app/[locale]/(main)/ClientComponents/NetworkChart.tsx +++ b/app/[locale]/(main)/ClientComponents/NetworkChart.tsx @@ -13,6 +13,8 @@ import { import { ChartConfig, ChartContainer, + ChartLegend, + ChartLegendContent, ChartTooltip, ChartTooltipContent, } from "@/components/ui/chart"; @@ -228,6 +230,9 @@ export function NetworkChart({ /> } /> + {activeChart === defaultChart && ( + } /> + )} {activeChart !== defaultChart && ( )} - {itemConfig?.label} + {key} ); })}