memgraph / orb

Graph visualization library
Apache License 2.0
350 stars 17 forks source link

Modify `orb.data.setup()` behavior to invalidate previous data #18

Closed cizl closed 6 months ago

cizl commented 1 year ago

Calling orb.data.setup() simply adds new nodes to existing ones, while the existing nodes stay fixed and unchanged. This behavior would be expected for orb.data.merge() but not for orb.data.setup()

cizl commented 1 year ago

https://user-images.githubusercontent.com/3769376/191435111-2b0e9f91-fb52-4ef8-ad00-1c5dec647883.mp4