Fix map: restore BAI choropleth colors and rich hover tooltips - #20
Merged
Conversation
PR #19 restored the map from the wrong commit (05b4d1a — old unemployment-rate choropleth with simple tooltips). The intended map was the BAI choropleth version (d769a04) which has: - County fill colors by BAI tier (crimson → orange → gold → green) - Rich hover tooltip per county: BAI score, Max UI Benefit, Weekly Housing Cost, Housing Gap, Wage Replacement Rate, WBI, Per-Worker SUI Gap - BAI legend with state values (DC: 0.854, MD: 0.956, VA: 1.024) Also restores the BAI-framed map section in index.html: heading, callout, card explanation, caption, and investigative take updated to match the map. Co-Authored-By: Claude <noreply@anthropic.com>
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.
Problem
PR #19 restored
maps/dmv_counties.htmlfrom the wrong commit (05b4d1a) — the old unemployment-rate choropleth with simple tooltips. The intended map was the BAI choropleth.What This Fixes
maps/dmv_counties.html— restored fromd769a04(the correct improved version):index.htmlmap section — updated to match:What Is NOT Changed
Chapter 5 (FEC political layer), Interactive Charts, Data Sources, and footer all remain fully restored from PR #19.
Generated by Claude Code