mytakedotorg / mtdo

The code and tooling which runs mytake.org
https://mytake.org
GNU Affero General Public License v3.0
16 stars 3 forks source link

Use hover effects to show more data in the graph #424

Open nedtwigg opened 4 years ago

nedtwigg commented 4 years ago

https://medium.com/@kj_schmidt/show-data-on-mouse-over-with-d3-js-3bf598ff8fc2

nedtwigg commented 4 years ago

My vote is for a waffle chart broken down by party / moderator. I think it'd be fine for all independents to share the same color, there's only been two http://jkunst.com/d3-waffle/

image

nedtwigg commented 4 years ago

We had a tooltip for just the "total count" alone, but it was net negative. We disabled it in https://github.com/mytakedotorg/mtdo/pull/428/commits/ba282167390cce36ca337f2450b232007f1f521f and we can bring it back pretty easily if we build a better datavis for it.