You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to show a connection from a vertex to vertex itself? I want to display an ontology and I will use the d3-process-map. But now you cannot connect a vertex to itself.
The text was updated successfully, but these errors were encountered:
There's no functionality in the project to do that. It's certainly possible to add it, but I don't have time to work on it right now.
SVG paths only support cubic beziers, which is probably not enough degrees of freedom to make a
nice-looking curve from one edge of the rectangle to another. You'd want to splice together 2 or more bezier curves, and make sure the code to show dependencies works with self-references like this.
Is it possible to show a connection from a vertex to vertex itself? I want to display an ontology and I will use the d3-process-map. But now you cannot connect a vertex to itself.
The text was updated successfully, but these errors were encountered: