Is it possible to style the arrow part of edges #1000
Answered
by
bcakmakoglu
gitHoussem
asked this question in
Q&A
-
Hello, How can I make it bigger (or generally speaking change the size of the arrow part) ? Thanks :) |
Beta Was this translation helpful? Give feedback.
Answered by
bcakmakoglu
Jun 22, 2023
Replies: 1 comment 1 reply
-
You can pass an object of type {
id: 'e1-2',
source: '1',
target: '2',
markerEnd: {
type: MarkerType.Arrow,
color: '#000',
height: 20,
width: 20,
}
} |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
gitHoussem
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can pass an object of type
EdgeMarker
tomarkerEnd
ormarkerStart
during edge creation.