Merge pull request #1787 from vitalisator/issue-1754

add arrows to edges
This commit is contained in:
Neil Lathwood
2015-08-28 09:59:41 +01:00

View File

@@ -339,6 +339,9 @@ $config['network_map_vis_options'] = '{
randomSeed:2
},
"edges": {
arrows: {
to: {enabled: true, scaleFactor:0.5},
},
"smooth": {
enabled: false
},