This commit is contained in:
Jun-te Kim 2025-11-03 09:21:01 +00:00
parent 7a6b6c12bb
commit 0003102ca1

View file

@ -61,13 +61,15 @@ export default function SurveyedPieChart({
index="name"
valueFormatter={(n) => `${n.toLocaleString()}`}
colors={[
"indigo",
"cyan",
"emerald",
"amber",
"rose",
"violet",
"gray",
"sky", // light airy blue
"cyan", // bright modern blue
"blue", // brand-level core blue
"indigo", // deeper professional tone
"violet", // slight bluish-purple contrast
"slate", // muted cool gray-blue
"lightBlue", // soft complementary blue
"navy", // deep accent
"azure", // fresh pop for clarity
]}
className="w-64 h-64 cursor-pointer"
onValueChange={handleClick}