Styling edges with "(source/target)-endpoint property" #2961
Unanswered
shaharkazaz
asked this question in
Q&A
Replies: 1 comment
-
References:
It could be that a strict definition is being used w.r.t. node distance for one or more of those properties. The references should give you some history and context to help diagnose your problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey 👋
I'm not sure if this is a bug or intended behavior, hoping someone might have encountered this before.
I'm styling my edges with the following:
I noticed that the

distance-from-node
is respected when the edge is drawn from the node but ignored when drawn from the label:I think it's related to the label's
text-margin-y
property which is set to6
, when I set it to0
the distance seems to work as expected but the label is positioned incorrectly.Any idea how to resolve this? is this a bug? I would expect that the
text-margin-y
will be taken into consideratin.Beta Was this translation helpful? Give feedback.
All reactions