diff options
author | emkael <emkael@tlen.pl> | 2015-02-19 10:46:55 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2015-02-19 10:46:55 +0100 |
commit | 407d07723df7d2e472d0928f79227ed4cb5dc218 (patch) | |
tree | 400c7208e933bebe90ae37bb75ba529c72fa8786 /graph.json |
* initial commit
Diffstat (limited to 'graph.json')
-rw-r--r-- | graph.json | 17 |
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": { } + } + } +} |