Open
Description
Hi!
The numbers mentioned here are in %ages, eg: 82% commits
, whereas the followers, following, and repos are numbers.
- 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:
- 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.
- 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
- y-axis for one in
- And the remaining pie - chart below the parallel bar graphs.
- 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 of82
, on both bar graphs and pie chart.
- i.e.
- Explicitly mentioning percentages, instead of numbers:
Let me know if anything else is to be explained, again!
Regards,
Tushar Nankani