Hi
I am working on a network graph using Dash Cytoscape and wanted to ask if there is a way to make sub-nodes show/hide upon clicking the parent node?
I have for example a 3 layer network like this:
NodeA
/\
/ \
/ \
NodeB NodeC
/\ /\
/ \ / \
NodeD NodeE NodeF NodeG
My goal is to load this network graph with NodeD/E/F/G all hidden. When either NodeB or NodeC is clicked, it will expand its subnodes. Clicking again, would collapse the subnodes.
Is this possible ?