Revamp chart colors: replace bland cyan/teal with vibrant blue/indigo/amber palette + fix tooltip indicators

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-20 23:54:14 +01:00
parent 6e697cb5d8
commit 26e8830df2
10 changed files with 42 additions and 18 deletions

View File

@@ -56,7 +56,7 @@ export function CrossStageComparisonChart({
data={baseData}
index="name"
categories={['Projects']}
colors={['cyan']}
colors={['blue']}
showLegend={false}
yAxisWidth={40}
className="h-[200px]"
@@ -75,7 +75,7 @@ export function CrossStageComparisonChart({
data={baseData}
index="name"
categories={['Evaluations']}
colors={['teal']}
colors={['violet']}
showLegend={false}
yAxisWidth={40}
className="h-[200px]"