fix:maps chart

This commit is contained in:
Rama Priyanto 2025-06-29 20:11:21 +07:00
parent c82b3dfc21
commit dc44e3a3e3
1 changed files with 2 additions and 2 deletions

View File

@ -115,7 +115,7 @@ const IndonesiaMap = () => {
show: true, show: true,
seriesIndex: 0, seriesIndex: 0,
inRange: { inRange: {
color: ["#ff0000", "#ffffff"], color: ["#ff0000", "#008000"],
}, },
}, },
series: [ series: [
@ -138,7 +138,7 @@ const IndonesiaMap = () => {
color: "#000", color: "#000",
}, },
itemStyle: { itemStyle: {
areaColor: "#ffcccc", areaColor: "#E2E8F0",
}, },
}, },
data: data, data: data,