Currently evaluating your Diagram component. Looking through your samples, it's still a bit unclear if some features are supported or not.
Does your Diagram component support the following?
1) Multiple connection points on any side of the node. Preferably, distributed in such way that arrows from other nodes can be aligned horizontally. See connections.png.
2) Dynamic number of connection points. You start with one connection point. Once connected, a second one appears. Then a third one, and so on.
3) Building shapes programmatically? We have a plugin based framework where each plugin should be able to define its own customized shape, with its own number of connection points. and color. I imagine using one single node class for this, where some smart binding is used to produce the different shapes.
Thanks!
Does your Diagram component support the following?
1) Multiple connection points on any side of the node. Preferably, distributed in such way that arrows from other nodes can be aligned horizontally. See connections.png.
2) Dynamic number of connection points. You start with one connection point. Once connected, a second one appears. Then a third one, and so on.
3) Building shapes programmatically? We have a plugin based framework where each plugin should be able to define its own customized shape, with its own number of connection points. and color. I imagine using one single node class for this, where some smart binding is used to produce the different shapes.
Thanks!