Is there anyway to draw interactive flowcharts using plotly? I am looking for the same functionality as graphviz but with plotly’s interactivity. Is there currently a way to do something similar? Or is it planned to be supported in the near future?!
To be extra clear, I am looking for an actual flow chart, i.e. boxes with arrows connecting them, not like a sankey diagram. With the ability to have the boxes and arrows get placed and drawn automatically, not having the user specify their coordinates. Is such thing possible with plotly?