stixviewer
Version:
Embeddable STIX2 graph viewer in JS
47 lines (41 loc) • 1.5 kB
HTML
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="UTF-8">
<title>Misc - Stixview</title>
<link rel="icon" href="https://github.com/traut/stixview/blob/master/.github/favicon.svg?raw=true"/>
<style type="text/css">
body {
font-family: sans-serif;
padding-left: 20px;
width: 1000px;
line-height: 1.7em;
}
</style>
</head>
<body>
<h2>Examples of various configuration settings</h2>
<div data-stix-gist-id="6a0fbb0f6e7faf063c748b23f9c7dc62"
data-show-sidebar=true
data-show-idrefs=true
data-caption="Graph with a sidebar, idrefs, mouse zoom and caption">
</div>
<div data-stix-gist-id="6a0fbb0f6e7faf063c748b23f9c7dc62"
data-show-footer=false
data-caption="Graph without a footer">
</div>
<div data-stix-gist-id="6a0fbb0f6e7faf063c748b23f9c7dc62"
data-caption="Graph of a specific size in px"
data-show-sidebar=false
data-graph-width=400
data-graph-height=400>
</div>
<div data-stix-gist-id="6a0fbb0f6e7faf063c748b23f9c7dc62"
data-caption="Graph of a specific size in %"
data-show-sidebar=false
data-graph-width=70%
data-graph-height=400>
</div>
<p><i>Acknowledgements: Original <a href="https://gist.github.com/CaitlinHuey/6a0fbb0f6e7faf063c748b23f9c7dc62">STIX2 bundle</a> was created by <a href="https://www.linkedin.com/in/caitlin-h-7729147b/">Caitlin Huey</a>.</i></p>
</body>
</html>