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

@@ -51,7 +51,7 @@ export function ProjectRankingsChart({
data={chartData}
index="project"
categories={['Score']}
colors={['teal']}
colors={['blue']}
layout="horizontal"
yAxisWidth={200}
maxValue={10}