summaryrefslogtreecommitdiff
path: root/graph.json
diff options
context:
space:
mode:
Diffstat (limited to 'graph.json')
-rw-r--r--graph.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/graph.json b/graph.json
new file mode 100644
index 0000000..cbac5ad
--- /dev/null
+++ b/graph.json
@@ -0,0 +1,17 @@
+{
+ "nodes": {
+ "a": { "image": "foto_02.jpg" },
+ "b": { "image": "foto_03.jpg" },
+ "c": { "image": "foto_04.jpg" },
+ "d": { "image": "foto_05.jpg" },
+ "e": { "image": "foto_06.jpg" }
+ },
+ "edges": {
+ "a": {
+ "b": { "style": "red" },
+ "c": { "width": 5, "dash": [10, 10] },
+ "d": { "style": "black", "width": 5, "arrow": 20, "dash": [10, 10] },
+ "e": { }
+ }
+ }
+}