icssc / AntAlmanac

A course exploration and scheduling tool for UCI Anteaters
https://antalmanac.com
MIT License
54 stars 64 forks source link

Use percentages for Zotistics graph #841

Closed Douglas-Hong closed 6 months ago

Douglas-Hong commented 9 months ago

Task 1: For our Zotistics graph, the y-axis shows the number of students who earned a grade. It would be more useful to display the percentage of students instead.

Task 2: In our Zotistics graph, we do not display any tooltip when we hover over a bar. We should add a tooltip that displays the percentage of students that earned a specific grade. We can just copy what the actual Zotistics website does:

image

recharts should have a Tooltip component that will help us display this information.