-
Notifications
You must be signed in to change notification settings - Fork 654
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Filtering functionality in legends #180
base: master
Are you sure you want to change the base?
Conversation
This pull request is being automatically deployed with ZEIT Now (learn more). 🔍 Inspect: https://zeit.co/someshkar/covid19india-network/lim32gvxi |
For some, this doesn't seem to be deploying since all checks have failed. Do fix |
…ad of updating the graph variable | Played around with the graph physics
Hi @someshkar , I tried a different approach of updating the data. Instead of directly linking the NB: This PR is still not ready as the edges are missing in some cases. Let me know your thoughts. Thanks. |
Hi @someshkar ,
So i have tried to make this functionality where the user can click on the legend and filter out the nodes on the network. Currently it works only for the 3 types of patients.
However, there is still some issues remaining. I'll be fixing them soon.
According to my implementation, if the user filters nodes from the legend and then changes the global filter(the ones on the left filter panel), the applied legend filter persists. I'm not sure whether this is right or even required.
The filtering of nodes seems to work fine but the issue is with the edge creation. In some cases, the edges appearing. That has to be fixed.
The patient info grid also updates itself to show info of the first patient from
graph.nodes
of the visible graph and searching as well as selecting of nodes also seems to work fine.Let me know your thoughts. Thanks!
Reference: Issue #135