Renders a UML sequence diagram from plain-text diagram syntax using the sequence-diagram.js library.
Dash — set as ReportType in def_report.
def Render(self, Param1="", Param2="", Param3="") -> str:
Returns an HTML <div class="diagram"> containing the raw diagram text from the first data column, plus an inline <script> that initialises sequenceDiagram with the simple theme. An optional title from self._Title and glyph from self._Glyph are shown above the diagram when not in widget mode.
Requires webfont.js, snap.svg-min.js, underscore-min.js, and sequence-diagram-min.js.