-
Notifications
You must be signed in to change notification settings - Fork 712
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add arrow heads to edges #872
Comments
Arrow heads will only look nice, if they end at the outer border of a node. Otherwise the inner node dot will be crowded. For proper arrow offset to end at the border, we need to calculate those endpoints. It's easy for circles, but more tricky for rects with rounded corners. |
If edges are directional it makes sense to visualise this for the user to see. |
Edges are directional. On Wednesday, 2 March 2016, Pid [email protected] wrote:
|
I didn't realize that "down" meant "connects to". Adding arrowheads (or some sort of symbol for indicating direction) could be quite helpful. |
As a (temporary) alternative we could render arrow heads at the mid-point of an edge. |
This can be closed, right? |
Feedback from Darren at Rancher.
The text was updated successfully, but these errors were encountered: