diff --git a/README.md b/README.md
index 9ef1cb4..2e88b6d 100644
--- a/README.md
+++ b/README.md
@@ -32,6 +32,6 @@
| 日语 | ja | 是 |

-

+

diff --git a/app/[locale]/(main)/ClientComponents/NetworkChart.tsx b/app/[locale]/(main)/ClientComponents/NetworkChart.tsx
index 71e4de3..26d32fb 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}
);
})}