From dc44e3a3e3fde105e79d2249b09238524df781d6 Mon Sep 17 00:00:00 2001 From: Rama Priyanto Date: Sun, 29 Jun 2025 20:11:21 +0700 Subject: [PATCH] fix:maps chart --- components/ui/maps-charts.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/ui/maps-charts.tsx b/components/ui/maps-charts.tsx index be6d228..faa435e 100644 --- a/components/ui/maps-charts.tsx +++ b/components/ui/maps-charts.tsx @@ -115,7 +115,7 @@ const IndonesiaMap = () => { show: true, seriesIndex: 0, inRange: { - color: ["#ff0000", "#ffffff"], + color: ["#ff0000", "#008000"], }, }, series: [ @@ -138,7 +138,7 @@ const IndonesiaMap = () => { color: "#000", }, itemStyle: { - areaColor: "#ffcccc", + areaColor: "#E2E8F0", }, }, data: data,