Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create legend for Gender Ratio Chart (screens < 600px) #23

Open
5 tasks
mithintv opened this issue Jun 24, 2023 · 0 comments
Open
5 tasks

Create legend for Gender Ratio Chart (screens < 600px) #23

mithintv opened this issue Jun 24, 2023 · 0 comments
Labels
bug Something isn't working frontend Issues involving app design, interfaces, and user experience

Comments

@mithintv
Copy link
Owner

mithintv commented Jun 24, 2023

Issue Summary

Currently on screen sizes under 600px, the gender ratio chart labels get cut off. Due to the nature of how the labels will be arbitrarily positioned around the pie chart, I think the best solution is to create a legend of the colors and the data values in the top right corner of this graph. For screen sizes greater than 600px, we can keep the chart as is given the increased space. This issue may require some tinkering with the Recharts library.

Tasks

  • Create legend component for male, female, and non-binary data values that will be output to the chart
  • Have legend display category name (male, female, non-binary),
  • Have legend display color of respective category
  • Have legend display percentage value of category
  • Position legend to be in the top right corner of gender chart for screens smaller than 600px
@mithintv mithintv changed the title Fix Gender Chart for Mobile Fix Gender Chart for screens < 600px Jun 24, 2023
@mithintv mithintv added the bug Something isn't working label Jun 24, 2023
@mithintv mithintv changed the title Fix Gender Chart for screens < 600px Create legend for Gender Chart for (screens < 600px) Jun 24, 2023
@mithintv mithintv added the frontend Issues involving app design, interfaces, and user experience label Jun 24, 2023
@mithintv mithintv changed the title Create legend for Gender Chart for (screens < 600px) Create legend for Gender Chart (screens < 600px) Jun 24, 2023
@mithintv mithintv changed the title Create legend for Gender Chart (screens < 600px) Create legend for Gender Ratio Chart (screens < 600px) Jun 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working frontend Issues involving app design, interfaces, and user experience
Projects
None yet
Development

No branches or pull requests

1 participant