summaryrefslogtreecommitdiff
path: root/graph.json
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2015-02-19 10:46:55 +0100
committeremkael <emkael@tlen.pl>2015-02-19 10:46:55 +0100
commit407d07723df7d2e472d0928f79227ed4cb5dc218 (patch)
tree400c7208e933bebe90ae37bb75ba529c72fa8786 /graph.json
* initial commit
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": { }
+ }
+ }
+}