fix(chart): legibility pass (supersedes #74 and #77)#81
Open
holoros wants to merge 1 commit into
Open
Conversation
…/CSV Addresses the growth chart reading as heavy/small/cluttered: - axis tick + unit text larger (10->12) and higher contrast (#8aa0b0->#b6c6d0) - FIA observed label now sits in a dark pill so it stays readable over the data lines instead of colliding with them - end-gutter labels enlarged (7.5->9.5) with more stacking room - short anchor stubs (gcbm_moja_v6, 2022-2026) render as dots only, so no stray floating dashed segment - roomier margins + taller plot; folds in hover-to-highlight dimming and the CSV export. Build verified. Supersedes #74 (stub fix) and #77 (hover-dim + CSV).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Consolidated, more legible growth-chart pass, prompted by the chart still reading as heavy/small/cluttered on the live site.
#8aa0b0to#b6c6d0; end-gutter labels from 7.5 to 9.5 px with more vertical stacking room.gcbm_moja_v6, 2022-2026) render as dots only — no phantom dashed segment in the corner.Supersedes
This replaces #74 (stub markers) and #77 (hover-dim + CSV) with one cleaner chart change. Close #74 and #77 in favor of this; everything they did is here plus the legibility fixes.
Scope / risk
src/GrowthChart.jsx. Presentation only; data, scrubber, isolate, PNG export untouched.npm run buildpasses.Opened for review — not auto-merged.