-
Notifications
You must be signed in to change notification settings - Fork 16
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
Evidence View - Add filter feature to legend #373
Comments
could use a similar approach to https://github.com/Rothamsted/knetminer/blob/master/common/client-base/src/main/webapp/html/GeneView/summariseLegend.js |
partially implemented (in my fork); can click on a evidence icon in legend to hide all other evidences (and just show clicked evidence type) in visible table; can also revert all changes to reset. |
original Evidence View for a search: 2nd filter click (show Trait, hide others): Note: potential future enhancement: If users show just evidencetype1 with 1st click and then click another evidencetype2, it is displayed |
req #373 interactive legend (filter) for EvidenceView
Implement same behavior as in Gene View which allows users to click on concept type icons in the legend to filter the table.
The text was updated successfully, but these errors were encountered: