blanksblanks / Project-Cookie

A MEAN stack application that authenticates GitHub users and visualizes repos with D3 graphs
http://project-cookie.herokuapp.com/
1 stars 3 forks source link

Donut Chart doesn't load if you have too many repos #31

Open blanksblanks opened 9 years ago

blanksblanks commented 9 years ago

My donut chart never loads! Is it possible to compose the donut of the top 7 repos + 1 segment for "others"?

The ranking of the repos should be based on # of commits you have made to a particularly repo, otherwise some of your top repos might be huge open source projects you forked with hundreds of commits by others.