MrBlenny / react-flow-chart

🌊 A flexible, stateless, declarative flow chart library for react.
https://mrblenny.github.io/react-flow-chart/index.html
MIT License
1.46k stars 307 forks source link

Support for nodes grouping with title #126

Open vissharm opened 4 years ago

vissharm commented 4 years ago

Group box support

  1. It would be nice to have a grouping rectangle/div with a title to refer the nodes which belong to a particular set/module/part-of-a-component.
  2. It would be also nice to extend the port supports to group box along with keeping port support for inner-nodes too (nodes within group-box).
  3. Also, canvas title for the links is straight. It will look good if we can show text along the links/lines.

Queries:-

  1. When the help/documentation is coming?
  2. How we can show ports for inner-nodes and no port for outer-node? Also is there a way to provide the title to nodes on top of it or inside but top-center of node.
MurtazaEliyas commented 4 years ago

Is there any update on this?

vissharm commented 2 years ago

any update?