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

Add additional graph label customizability #44

Closed chisholm closed 4 years ago

chisholm commented 4 years ago

This PR adds support for user-customized graph node labels, per STIX ID. (The pre-existing customizability was per-type.) It also adds support in the Jupyter support display() function for passing config settings. This allows config settings to be passed into stix2viz from python.

(These capabilities will be used in the STIX prototyping language Jupyter notebook documentation, to make graphs more understandable, and easier to align to language statements.)