-
Notifications
You must be signed in to change notification settings - Fork 507
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
Pie Chart Colour Schema Not Accurate #119
Comments
Hey @iProdigy, Do lemme know any fixes or explanation for this. Regards and Thanks, |
The explanation is the visualization currently only uses these few colors & the github language colors don't fit into a nice palette (i've tried before) |
Oh @iProdigy ! |
The number of less colours added in this pie chart is maybe the problem. |
The colour schema on the pie chart isn't that accurate in nature. Hence a new colour schema has been provided. The issue with the old colour schema was that beyond a certain number of values the thing got looped and the same colours were used over and over again. Hence making a colour schema which is accurate was of utmost importance and making this thing usable to everyone in a very simpler way. Note to devs - Do lemme know what do think about it
Hey @iProdigy, Just created a proposed change to this repository. Do lemme know what you think abt it. Cheers, |
Hey @iProdigy, Please refer pull request #123 Cheers, |
Hello,
Great Work on this repository.
Just had one small issue regarding the colour schema.
As you can see from the above example, The colour between Javascript and Python look very similar. Hence sparking some confusion. Jus some sort of other colour can be used for differentiation.
Thanks,
ChintzRuparel
The text was updated successfully, but these errors were encountered: