districtr / districtr-v2

A free, open-source web app for drawing districting plans. Reboot of districtr.
MIT License
0 stars 0 forks source link

Recharts fix #78

Closed mapmeld closed 2 months ago

mapmeld commented 2 months ago

Thanks to Raphael for helping me get an interactive map set up on my machine

Here's my proposed fix for the Recharts bar chart; their default types for XAxis and YAxis were causing some rendering issues. This updates the hidden YAxis and adds a tooltip when hovering over the chart.

Screenshot 2024-09-03 at 3 30 21 PM

I also added some code for controlling the scroll zoom for mouse + trackpad, I don't have proof if this does anything here, but the UI/UX felt a little different from Districtr so I was trying to slow down.