profile-summary-for-github icon indicating copy to clipboard operation
profile-summary-for-github copied to clipboard

Pie Chart Colour Schema Not Accurate

Open ChintzRuparel opened this issue 3 years ago • 6 comments

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

Screenshot 2022-08-16 at 10 03 50

ChintzRuparel avatar Aug 16 '22 04:08 ChintzRuparel

Hey @iProdigy,

Do lemme know any fixes or explanation for this.

Regards and Thanks, @ChintzRuparel

ChintzRuparel avatar Oct 08 '22 18:10 ChintzRuparel

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)

iProdigy avatar Oct 08 '22 19:10 iProdigy

Oh @iProdigy ! Maybe I'll create a build with different colour schema and create a pull request for the same! Do lemme know if it works by!

ChintzRuparel avatar Oct 08 '22 19:10 ChintzRuparel

The number of less colours added in this pie chart is maybe the problem. The colours are itself repeating once all colours on the Colour Array are finished. So once all 6 colours are used it will again loop back to the first one!

ChintzRuparel avatar Oct 08 '22 19:10 ChintzRuparel

Hey @iProdigy,

Just created a proposed change to this repository. Do lemme know what you think abt it.

Cheers, @ChintzRuparel

ChintzRuparel avatar Oct 10 '22 17:10 ChintzRuparel

Hey @iProdigy,

Please refer pull request #123

Cheers, @ChintzRuparel

ChintzRuparel avatar Oct 11 '22 08:10 ChintzRuparel