mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
save
This commit is contained in:
parent
7a6b6c12bb
commit
0003102ca1
1 changed files with 9 additions and 7 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue