Hi,
Is it possible to let the avoidsnodes routing ignore specific nodes, they are all in the same layer, so maybe it can ignore a layer?
Tim
Hi,
Is it possible to let the avoidsnodes routing ignore specific nodes, they are all in the same layer, so maybe it can ignore a layer?
Tim
Set http://gojs.net/latest/api/symbols/Node.html#avoidable to false on each such Node.
It’s mentioned in http://gojs.net/latest/intro/links.html.
It’s sometimes used on Groups acting as backgrounds, such as in http://gojs.net/latest/samples/swimLanes.html.