I would like all connections made to shapes to use ONLY the centre connector.
In the javascript code I use the diagram.connect method to connect the shapes; I did see an example of the use shape.getConnector method but cannot find any documentation on this. But I felt by doing something like....
diagram.connect(shape1.getConnector('middle'),shape2.getConnector('middle')
Should actually do what I wanted but using the key word 'middle' or 'center' did not work. Any help appreciated.