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
Moving the g that deals with the nodes using :transform="`translate(${node.x}, ${node.y})`"causes a large performance hit in the "calculating styles" section of chrome rendering.
Setting the value to something static or even another static variable on the node fixes the performance issue, but breaks the reactivity of the visualization.
The text was updated successfully, but these errors were encountered:
Moving the
g
that deals with the nodes using:transform="`translate(${node.x}, ${node.y})`"
causes a large performance hit in the "calculating styles" section of chrome rendering.Setting the value to something static or even another static variable on the node fixes the performance issue, but breaks the reactivity of the visualization.
The text was updated successfully, but these errors were encountered: