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
Hey guys,
I am trying to create custom node shape. I managed to draw one with label underneath, but the problem is that text inside both node and the label is flickering when I hover the node. (see gif attached)
This is code that i use to generate and draw node:
I discovered that if I turn of, interaction.hover everything will work as expected.
I tried to put chosen prop to function and to return null but that did not work as well.
Is there any way to prevent hover effect on custom shape node or is there any other solution for this problem that I might not see ?
The text was updated successfully, but these errors were encountered:
Hey guys,
I am trying to create custom node shape. I managed to draw one with label underneath, but the problem is that text inside both node and the label is flickering when I hover the node. (see gif attached)
This is code that i use to generate and draw node:
Where the
roundedRect
function is looking like this:Network options that I am setting are:
I discovered that if I turn of,
interaction.hover
everything will work as expected.I tried to put
chosen
prop to function and to returnnull
but that did not work as well.Is there any way to prevent hover effect on custom shape node or is there any other solution for this problem that I might not see ?
The text was updated successfully, but these errors were encountered: