I am working with D3 and Dagre-D3 and trying to implement custom circles and diamonds at both the beginning and end of an edge? Is this possibe? I see the example in the wiki: http://cpettitt.github.io/project/dagre-d3/latest/demo/user-defined.html and have that working in my project but when I try to change the arrows to circles or diamonds I lose the arrowHead completely? I'm thinking I should just have to change the attributes on the marker to be a circle but that is turning out not to be the case. Is anybody able to help? I'm not seeing any other examples showing this.
I was able to add circles and diamonds to the end of the edges. But is it possible to add them to the beginning of the edges using prepend or anything like that?
I am working with D3 and Dagre-D3 and trying to implement custom circles and diamonds at both the beginning and end of an edge? Is this possibe? I see the example in the wiki: http://cpettitt.github.io/project/dagre-d3/latest/demo/user-defined.html and have that working in my project but when I try to change the arrows to circles or diamonds I lose the arrowHead completely? I'm thinking I should just have to change the attributes on the marker to be a circle but that is turning out not to be the case. Is anybody able to help? I'm not seeing any other examples showing this.
Thanks