Node diagram: flickering on mouseover

Hi,

I created a simple genogram with number of nodes.
Sometimes, on node mouseover, the node and all the connected nodes are flickering together.

On node mouseover, the mouseover event function called for the node and for the connected node (until mouse leave)- see attached video

any idea?
thanks

I’m not sure – maybe a layout is happening because you are changing the size of a node. Although I do not know why the order of the male and female nodes would change.

Try setting this on your all your node templates:
{ layoutConditions: go.Part.LayoutStandard & ~go.Part.LayoutNodeSized }

Perfect!
Thanks Walter