HTML5-Canvas可拖动人物关系图代码

来源于  https://www.php.cn/xiazai/js/2916

HTML5-Canvas可拖动人物关系图代码

2018-07-06 14:24:30108051查看评论(5)
HTML5-Canvas可拖动人物关系图代码
HTML5-Canvas可拖动人物关系图代码

 

代码片段:

graph.newEdge(dennis, michael, {color: '#00A0B0'});
graph.newEdge(michael, dennis, {color: '#6A4A3C'});
graph.newEdge(michael, jessica, {color: '#CC333F'});
graph.newEdge(jessica, barbara, {color: '#EB6841'});
graph.newEdge(michael, timothy, {color: '#EDC951'});
graph.newEdge(franklin, monty, {color: '#7DBE3C'});
graph.newEdge(dennis, monty, {color: '#000000'});
graph.newEdge(monty, james, {color: '#00A0B0'});
graph.newEdge(barbara, timothy, {color: '#6A4A3C'});
graph.newEdge(dennis, bianca, {color: '#CC333F'});
graph.newEdge(bianca, monty, {color: '#EB6841'});

posted @ 2020-03-12 09:48  苦行者的刀  阅读(630)  评论(0)    收藏  举报