Replies: 2 comments
-
A different example : Examples/Example-Diagrams/Example-DifferentLinks.ps1 works fine so it must be something else in my instruction list causing the overlap behaviour. New-HTML -Name 'Test' -FilePath c:\temp\test1.html { |
Beta Was this translation helpful? Give feedback.
-
User error (figuring out the options and which features interact with others is tricky) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I used the examples to generate test data and I find that sometimes the second link is repulsed from the first link so I can see both clearly however I could not work out how it did it. I assume its the Random seed.
New-DiagramLink -From 'DC1' -To 'DC2' -Label 'This is my label' -FontColor HotPink -ArrowsToEnabled $true
New-DiagramLink -From 'DC1' -To 'DC2' -Label '2nd label' -FontColor Red -ArrowsToEnabled $true
I want to ensure that all links between same nodes are visible.
Has anyone already figured this out and can point me in the right direction??
Beta Was this translation helpful? Give feedback.
All reactions