codeforamerica / criminal_case_search

Prototype app for filtering NYC Arrest/Arraignment data based on flexible criteria.
BSD 3-Clause "New" or "Revised" License
6 stars 2 forks source link

Add hover state for prior criminal convictions to indicate breakdown of number by severity. #137

Open djoaquin opened 11 years ago

djoaquin commented 11 years ago

E.g. image

yesezra commented 11 years ago

I'm assigning this to @waltz - he was interested in building the UI. I will expose an API for him to use.

yesezra commented 11 years ago

Might want to use http://getbootstrap.com/2.3.2/javascript.html#popovers

But also keep in mind that hover isn't supported on mobile – maybe we should activate on click as well?