nelsonic / github-scraper

🕷 🕸 crawl GitHub web pages for insights we can't GET from the API ... 💡
425 stars 96 forks source link

Transform Contribution Matrix into Visualisation? #111

Open nelsonic opened 4 years ago

nelsonic commented 4 years ago

This is a sample contribution matrix graph for the past year for a random person: image

I want to represent this data in a more visual way to emphasise the fluctuations in contributions.

This is the most basic line graph with a single color: image

What I want is the area under the line to be shaded with the color of the "fill".

This one failed but it's still interesting from an artistic perspective: image

Slightly closer to what I wanted (but not quite there...): image

Red denotes days that have zero contributions: image

Sadly, this visualisation does not improve upon the standard Contribution Matrix ... image

Think I'm going to try the bar chart next: https://observablehq.com/@d3/bar-chart ... 💭

nelsonic commented 7 months ago

Still keen to have this... 💭