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

Issue with the profile numbers. #6

Open
tusharnankani opened this issue Sep 28, 2020 · 1 comment
Open

Issue with the profile numbers. #6

tusharnankani opened this issue Sep 28, 2020 · 1 comment
Labels

Comments

@tusharnankani
Copy link
Member

tusharnankani commented Sep 28, 2020

Hi!

The numbers mentioned here are in %ages, eg: 82% commits, whereas the followers, following, and repos are numbers.

Screenshot (596)

  • On a bar chart, this is mathematically incorrect, because the y-axis can't represent both numbers and percentages.
  • Whereas the pie chart, on the right, seems like an accurate representation figure for contributions, since we are talking about percentages.

This probably can be fixed by 3 methods:

  1. Keeping a bar graph for Follower, Following, Repos, and Gists.
  • And removing the remaining 4 entries, since we have a pie chart for it.
  • Increasing the size of pie charts and keeping the bar graph and the pie chart parallel.

  1. If the bar graph for 4 entries - Commits, Code Review, Issues, and PRs is to be kept, then:
  • Creating a different bar graph for these 4 and a different bar graph Follower, Following, Repos, and Gists.
  • Then, suggesting the layout as 2 parallel bar graphs of the same size:
    • y-axis for one in numbers
    • y-axis for the other one in percentages
  • And the remaining pie - chart below the parallel bar graphs.

  1. If none of the major mentioned changes are agreed, then:
  • Everything to be kept the same, except:
    • Explicitly mentioning percentages, instead of numbers:
      • i.e. 82% instead of 82, on both bar graphs and pie chart.

Let me know if anything else is to be explained, again!

Regards,
Tushar Nankani

@chavarera
Copy link
Member

@tusharnankani first one is preferable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants