all custom index values and special relationships can be defined with one Rel(...,?index,?rel) call
(no RelIndex() and RelSpecialIndex() are required anymore and are removed, details see below)
new SHOW_INDEX() layout macro
Dynamic diagrams
all custom index values can be defined with via the Rel(...,?index) calls
(no RelIndex...() calls are required anymore, based on the same pattern which is used by the sequence diagram)
Update documentation (README.md and LayoutOptions.md)
related to #307 (simple solution)
Sequence diagrams
Dynamic diagrams
Update documentation (README.md and LayoutOptions.md)
It can be tested via my extended branch
BR Helmut
Dynamic sample with new (extended) Rel() calls, which replaces the old RelIndex() calls
Part of the updated documentation
(C4 styled) Sequence diagram specific layout options
show is defined with
$show=true
and hide is defined with$show=false
...
SHOW_INDEX(?show)