JoinColony / colonyCDapp

An iteration of the Colony Dapp sporting both a fully decentralized operating mode, as well as a mode enhanced by a metadata caching layer
5 stars 13 forks source link

[Dashboard] Add team filtering to dashboard chart #3156

Closed chmanie closed 4 days ago

chmanie commented 6 days ago

Description

Here's my PR to add filtering to the dashboard team chart legends. I took a little bit of liberty and interpreted the issue freely.

Now:

Like this the legend entry will not link to anything if it shouldn't (like usernames) and can still be quite general. I simplified the types a tiny bit (hope that's ok).

Testing

We are testing the Influence by team chart:

image

Individual teams should set the search param in the browser to their domain id. A click of 'All other' will not do that.

Diffs

New stuff

Changes 🏗

Resolves #3147