Skip to content

Commit 20caf38

Browse files
pavelkuceraclaude
andcommitted
copy: add intro text and scale hint to radar chart
Make the radar chart more approachable for first-time visitors by adding a plain-language explanation and inline scale legend. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e5d5c5a commit 20caf38

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

src/components/CategoryTrendChart.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,14 @@ export default function CategoryTrendChart() {
253253

254254
return (
255255
<div>
256+
{/* Intro + scale hint */}
257+
<p style={{ color: '#94a3b8', fontSize: '0.85rem', lineHeight: 1.6, marginBottom: '0.4rem' }}>
258+
Nine skill areas, mapped for each decade. The bigger the shape, the more the industry demanded. Pick two years to compare.
259+
</p>
260+
<p style={{ color: '#64748b', fontSize: '0.78rem', marginBottom: '1rem' }}>
261+
Scale: 0 = not on the radar · 5 = nice to have · 8 = must-have for seniors · 10 = everyone needs it
262+
</p>
263+
256264
{/* Year selector */}
257265
<div style={{ marginBottom: '0.6rem' }}>
258266
<div style={{

src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import ComplexityChart from '../components/ComplexityChart';
1414
<ChartSection
1515
id="category-trends"
1616
title="Skill Radar — Then vs Now"
17-
subtitle="Average category expectation · Compare any two years"
17+
subtitle="What skills did the industry expect from senior developers — and how did that change over time?"
1818
>
1919
<CategoryTrendChart client:only="react" />
2020
</ChartSection>

0 commit comments

Comments
 (0)