oasis-open / cti-stix-visualization

OASIS TC Open Repository: Lightweight visualization for STIX 2.0 objects and relationships
http://oasis-open.github.io/cti-stix-visualization
BSD 3-Clause "New" or "Revised" License
138 stars 43 forks source link

Graph library should support updates #18

Open johnwunder opened 7 years ago

johnwunder commented 7 years ago

Right now if you try to use the library to re-visualize content (update the set of nodes and edges) you get a lot of duplicates. D3 supports this, it just requires using the update/enter/exit functions appropriately.

This would let you use the library in an application where you have content that changes.