Opacity for nodes and link with 2D graph #533
Answered
by
vasturiano
JacobHamelMottiez
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
vasturiano
Sep 25, 2024
Replies: 1 comment 1 reply
-
@JacobHamelMottiez you can use the For example: linkColor={() => "rgba(255, 0, 0, 0.35)"} |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
JacobHamelMottiez
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@JacobHamelMottiez you can use the
nodeColor
/linkColor
props to set the opacities via the alpha channel.For example: