diff options
author | James Nylen <jnylen@gmail.com> | 2014-11-02 13:19:40 -0600 |
---|---|---|
committer | James Nylen <jnylen@gmail.com> | 2014-11-02 13:22:18 -0600 |
commit | 396ebb9d125a1ff1e2beca7d8e81f9482d9b9909 (patch) | |
tree | 0b6fb9e613bd24487896a3d769ff66901fe8852e | |
parent | 11da1623d8ae40dc435c3a3098342beb1ffb2a59 (diff) | |
download | d3-process-map-origin/colored-links.zip d3-process-map-origin/colored-links.tar.gz d3-process-map-origin/colored-links.tar.bz2 |
Add link typesorigin/colored-links
This is just an example that doesn't do anything yet.
-rw-r--r-- | data/default/objects.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/default/objects.json b/data/default/objects.json index d1b8c6f..5e0f451 100644 --- a/data/default/objects.json +++ b/data/default/objects.json @@ -3,9 +3,9 @@ "type" : "view", "name" : "db_view_1", "depends" : [ - "db_table_15", - "db_table_14", - "db_table_1" + { "name" : "db_table_15", "type" : "link_type1" }, + { "name" : "db_table_14", "type" : "link_type2" }, + { "name" : "db_table_1" , "type" : "link_type1" } ] }, { "type" : "view", |