d3.js - Dagre-D3 graph. Can egde path be customized? -


i've managed create graph using dagre-d3 graph layout library. library works wonderful seems bit lacking in documentation.

my graph looks example: http://cpettitt.github.io/project/dagre-d3/latest/demo/interactive-demo.html

what want customize edges picture: enter image description here

so, basically, need customize svg path element representing edge. did research , seems possible use graphviz styles (arrows, colors, etc) hasn't found way customize connection path itself.

is possible customize somehow?

check out this graph. shows how use styles on edges, change way edge layed out (lineinterpolate), , how remove arrowhead.

for more details on styling, see https://github.com/cpettitt/dagre-d3/wiki#demos. in particular, following may helpful:


Comments

Popular posts from this blog

java - Incorrect order of records in M-M relationship in hibernate -

command line - Use qwinsta in PowerShell ISE -

php - I want to create a website for polls/survey like this http://www.poll-maker.com/ -