diff --git a/dynamic_usage_example.html b/dynamic_usage_example.html old mode 100755 new mode 100644 index 2543a37..ad8389b --- a/dynamic_usage_example.html +++ b/dynamic_usage_example.html @@ -8,24 +8,22 @@ - + { "nodes": [ - [ 1, { "radius": 5, "color": "yellow"} ], + [ "orange", { "radius": 5, "color": "orange"} ], [ 2, { "radius": 15, "color": "green"} ], [ 3, { "radius": 25, "color": "red"} ] ], "edges": [ - [1, 2, {"color": "red"}] + ["orange", 2] ] } - - - +