Skip to content

style(dashboard): thicker bars on Cycle Time charts to match Stabilization#93

Merged
trentas merged 1 commit into
mainfrom
style/cycletime-bar-height
Jun 11, 2026
Merged

style(dashboard): thicker bars on Cycle Time charts to match Stabilization#93
trentas merged 1 commit into
mainfrom
style/cycletime-bar-height

Conversation

@trentas

@trentas trentas commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

Makes the two "by Repo" Cycle Time charts — % PRs Merged within 1 Day and Cycle Time Distribution — match the look and feel of the Stabilization Distribution chart.

Why they looked different

  • Stabilization Distribution is a Recharts vertical BarChart in a fixed height={200} container — bars auto-size to ~24px with a handful of repos.
  • The two Cycle Time charts are CSS bars fixed at 16px (h-4), so they read visibly thinner.

Change

Both Cycle Time charts: bar height h-4h-6 (24px), row gap space-y-1.5space-y-2. CSS-only; no logic touched.

tsc + prettier clean. The Vercel preview deploy on this PR is the best way to eyeball the actual look before merging.

🤖 Generated with Claude Code

…ation

The two "by Repo" Cycle Time charts (% PRs merged within 1 day, cycle
time distribution) used 16px (h-4) CSS bars, looking visibly thinner than
the Recharts-based Stabilization Distribution chart (auto-sized in a
fixed 200px container, ~24px bars). Bump both bars to h-6 (24px) and the
row gap to space-y-2 for a consistent look and feel across the dashboard.

Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
@vercel

vercel Bot commented Jun 11, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
clickbus-iris Ready Ready Preview, Comment Jun 11, 2026 6:55pm

Request Review

@trentas trentas merged commit 61e83b2 into main Jun 11, 2026
4 checks passed
@trentas trentas deleted the style/cycletime-bar-height branch June 11, 2026 19:02
trentas added a commit that referenced this pull request Jun 11, 2026
Cycle Time charts (% PRs merged within 1 day, cycle time distribution)
bars thickened to 24px to match the Stabilization Distribution look (#93).

Co-authored-by: Claude Opus 4.8 (1M context) <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant