opencleveland / refundcleveland

website for residents to adjust the city of Cleveland proposed budget to reflect their priorities.
MIT License
12 stars 10 forks source link

Bars aren't to scale #96

Closed RollingStar closed 3 years ago

RollingStar commented 3 years ago

The bars aren't to scale. This makes it hard to build an intuition about how much bigger one budget is over another.

image

This image implies that 50% is approximately 15%.

image

Potential further reading: https://infovis-wiki.net/wiki/Lie_Factor

jessicalynch commented 3 years ago

Yeah, this is something we have to solve- thank you for raising the issue. The bars are using the same scale, but there is an extra padding on the bottom of each bar so that there is something to grab when the bar is at 0%.

We could adjust the script so that a drag event on the light grey background bar would increase the bar height. We could also add, as @austindavis suggested, a tap event handler, where the user could tap the bar and type in their desired percentage.