DotNetGraph icon indicating copy to clipboard operation
DotNetGraph copied to clipboard

Add support for layouts

Open cmgambino opened this issue 5 years ago • 2 comments

GraphViz has support for the following layouts: dot, neato, fdp, sfdp, twopi, circo.

Could it be possible to allow the DotGraph object to be configured with an optional layout style?

cmgambino avatar Aug 17 '20 17:08 cmgambino

Not too familiar with GraphViz, can you explain what these layouts mean exactly?

eXpl0it3r avatar Aug 18 '20 10:08 eXpl0it3r

Sorry for the delay, I've made a PR: #24 Is it what you want?

vfrz avatar Sep 08 '20 10:09 vfrz