dagrejs / dagre-d3

A D3-based renderer for Dagre
MIT License
2.83k stars 588 forks source link

Getting headlabel and taillabel support #365

Open rishirathi opened 5 years ago

rishirathi commented 5 years ago

I have a dot graph which has properties called headlabel (to be displayed near source node ) and tailabel (to be displayed at destination node).These labels are supported in GraphViz. Does dagreD3 supports these types of labels? If not how can I add these labels?