n07734 / community-health

In depth collaboration based metrics and trends for any public repository. Compare different popular repositories to see how their trends differ.
https://n07734.github.io/community-health/
MIT License
8 stars 1 forks source link

Show PRs issued in data points on hover or click #10

Closed n07734 closed 1 year ago

n07734 commented 3 years ago

There is potentially a lot of useful information shown in the data, but person needs to hunt in the repo to find the PRs related to the point of interest.

Maybe on click a modal or new page showing the PR/PRs in that dataset.

n07734 commented 3 years ago

There is an onclick bug raised for responsive line https://github.com/plouc/nivo/issues/608

Onclick works for Bar charts

n07734 commented 3 years ago

For bar charts need to add links to PRs in the data so can use with the onclick, try listing prs in a modal

ShuibCodes commented 3 years ago

Hi, is there a way I can click on a bar and render something on the screen, like an svg or html element? is this possible for any of the charts?

n07734 commented 3 years ago

There is an onClick prop https://nivo.rocks/bar/. Bug is it does not work with the responsive version of the charts which is the version I am using

ShuibCodes commented 3 years ago

i see, thanks

n07734 commented 1 year ago

Added PR/Issues table below graph so related items can be found