You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clicking the dendrogram should bring up the dendrogram tooltip, but allow the user to interact with it, e.g. stay visible permanently until closed again by clicking the dendrogram (or an x in the tooltip). I will probably need to create a separate class for this tooltip to prevent it from being hidden and to prevent additional tooltips from popping up while it is visible.
The tooltip needs:
text selection box for rows/columns (e.g. comma separated)
wrap around text for row and column cluster selection will instead have external widget view of selected terms see Observable examples
Clicking the dendrogram should bring up the dendrogram tooltip, but allow the user to interact with it, e.g. stay visible permanently until closed again by clicking the dendrogram (or an x in the tooltip). I will probably need to create a separate class for this tooltip to prevent it from being hidden and to prevent additional tooltips from popping up while it is visible.
The tooltip needs:
wrap around text for row and column cluster selectionwill instead have external widget view of selected terms see Observable examplesSetting up re-initialization (as well as destroying previous contexts) of visualization. Need to re-create network filtering as seen here
https://github.com/MaayanLab/clustergrammer/blob/master/src/network/filter_network_using_new_nodes.js
The text was updated successfully, but these errors were encountered: