michaelbdavid
michaelbdavid
Might be related to : https://github.com/johnwalley/allotment/issues/99
Is there a functional component way of doing this? I attempted to convert the above but it's unclear to me how I can pass the sigma object to my FC...
So now that I'm able to update/add new nodes and edges via the above. How can i force nodes to layout again via ForceAtlas2 or Randomize? Right now it seems...
Honestly it would be nice just to have Sigma updated when the graph data updates and then have it relayout based on that data. Is that the plan or is...
Thanks for the reply. I guess I'm a newb here is there away to add double click handler when clicking on the nodes? I basically want to override the current...
Would be thankful for ts file for import ForceLink from 'react-sigma/lib/ForceLink' as well
Hey @danielcaldas, I'd like to try out your work around listed above for multiple-link support. How can I pull this into my app? Thanks, Michael
Hey Daniel, Thanks for this I was newbing it when I tried to pull in from the feature branch. It works perfectly for me. Is there any ETA for when...
Hi @danielcaldas, Thank you for this pointer very helpful I was able to access those methods that said I now understand the purpose of those calls and they do not...
Hi @danielcaldas, Thanks for the response. It's still unclear to me how the nodes layout. When you create a new node for me it always shows up in the top...