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
Hi, I want to fox the position of nodes so I am adding position:{x:value , y:value} in my regional nodes. I am refreshing my data using socket io every 3 seconds for new values in connections but my nodes and connections remains same. I am using vizceral-react for this project. Now the problem I am facing is that when first time I add data in my react component, nodes position randomly selected but after next iteration it uses my nodes position. I don't know why this is happing. This is my code.
Hi, I want to fox the position of nodes so I am adding position:{x:value , y:value} in my regional nodes. I am refreshing my data using socket io every 3 seconds for new values in connections but my nodes and connections remains same. I am using vizceral-react for this project. Now the problem I am facing is that when first time I add data in my react component, nodes position randomly selected but after next iteration it uses my nodes position. I don't know why this is happing. This is my code.
Every time I send my data with positions. This issue is common in simple javascript also thats why I created issue here.
The text was updated successfully, but these errors were encountered: