Removed edge label from demo
This commit is contained in:
parent
ed57f50079
commit
9f680845c3
|
@ -16,7 +16,7 @@ var monty = graph.newNode({label: 'Monty'});
|
|||
var james = graph.newNode({label: 'James'});
|
||||
var bianca = graph.newNode({label: 'Bianca'});
|
||||
|
||||
graph.newEdge(dennis, michael, {color: '#00A0B0', label: 'Foo bar'});
|
||||
graph.newEdge(dennis, michael, {color: '#00A0B0'});
|
||||
graph.newEdge(michael, dennis, {color: '#6A4A3C'});
|
||||
graph.newEdge(michael, jessica, {color: '#CC333F'});
|
||||
graph.newEdge(jessica, barbara, {color: '#EB6841'});
|
||||
|
|
Loading…
Reference in New Issue
Block a user