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

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -