cti-stix-visualization icon indicating copy to clipboard operation
cti-stix-visualization copied to clipboard

Graph library should support updates

Open johnwunder opened this issue 6 years ago • 0 comments

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.

johnwunder avatar Aug 03 '17 14:08 johnwunder