I am trying to create a directed graph in plotly and am wondering if it is possible to click a node and show a new graph with decedents of that node, so everything down from that node?
so if I have nodes
A → B → C → D
And I click node B, create a new graph that shows B, C, and D
Has anyone done anything like this?