js-sequence-diagrams icon indicating copy to clipboard operation
js-sequence-diagrams copied to clipboard

Draws simple SVG sequence diagrams from textual representation of the diagram

Results 105 js-sequence-diagrams issues
Sort by recently updated
recently updated
newest added

Instead off supplying it via options, supply in the sequence EG: ``` title: Sequence theme: simple Test->Test2: Stuff Test2-->Test: More stuff ```

enhancement

Support activation bars like these (blue boxes) to denote lifecycle etc:

Any plans to support activating and deactivating actors?

enhancement

It seems to create a fixed width svg. If there isn't, how about adding an option to make it scale to the width of the container?

I'm trying the following, but sequenceDiagram is not found: ```js var options = {theme: 'hand'}; document.querySelectorAll(".sequence").forEach((x) => { x.sequenceDiagram(options) }) ```

Hi, I'm interested in using alternative flow in this project and I'm willing to contribute to get there. I know there's an enhancement to add support to group signals together...

Add a new scale command to shrink or grow the size of the digram. For example ``` scale: 50% a->b: blah ``` Would make the diagram half as tall and...

enhancement

Use case where this came up: I have a process which has mainly synchronous tasks but some asynchronous ones which outlive the parent task. I would like a large, clear...

leates version is v2.0.1 on 27 Dec 2016。When is the new version of js-sequence-diagrams released?

Due to the constraints of the grammar, it seems impossible to use dashes in actor names. I found no escaping (XML, backslash) that will work.

bug
enhancement