Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Sequence Diagram Async Arrow Support #32

Open
TheSharpieOne opened this issue Mar 10, 2021 · 0 comments
Open

Sequence Diagram Async Arrow Support #32

TheSharpieOne opened this issue Mar 10, 2021 · 0 comments

Comments

@TheSharpieOne
Copy link

TheSharpieOne commented Mar 10, 2021

The async arrows for a sequence diagram, -) and --), as defined in https://mermaid-js.github.io/mermaid/#/sequenceDiagram?id=messages do not seem to be supported

Type Description
-) Solid line with an open arrowat the end (async)
--) Dotted line with a open arrow at the end (async)

Sample:

```mermaid
sequenceDiagram
  Thing1-)Thing1: something to self
  Thing1-)Thing2: something to other
  Thing1--)Thing1: something to self
  Thing1--)Thing2: something to other

Error message (runtime):

sequenceDiagram
  Thing1-)Thing1: something to self
  Thing1-)Thing2: something to other
  Thing1--)Thing1: something to self
  Thing1--)Thing2: something to other
Loading

Error message (img):
image

how others render it:
image

Also seen in the first example of https://github.com/mermaid-js/mermaid/blob/develop/docs/sequenceDiagram.md

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant