Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing arrows in sequence diagram #98

Closed
JozoVilcek opened this issue Jan 11, 2015 · 2 comments
Closed

Missing arrows in sequence diagram #98

JozoVilcek opened this issue Jan 11, 2015 · 2 comments

Comments

@JozoVilcek
Copy link

It seems that release 0.3.0 was the last one which rendered arrows in sequence diagram flow charts. When I tried to render sequence diagram from here with latest release, I get image without arrows.

@knsv
Copy link
Collaborator

knsv commented Jan 12, 2015

Sorry for your inconvenience. After version 0.3.0 the messages was added to with several types of arrows. There are six types of arrows currently supported:

  • -> will render a solid line without arrow
  • --> will render a dotted line without arrow
  • ->> will render a solid line with arrowhead
  • -->> will render a dotted line with arrowhead
  • -x will render a solid line with a cross at the end (async)
  • --x will render a dotted line with a cross at the end (async)

You can look here for the full syntax.
http://knsv.github.io/mermaid/sequenceDiagram.html

The README file is now updated with the correct syntax. I hope this helps and will close this issue. Reopen if your problem is not resolved.

@knsv knsv closed this as completed Jan 12, 2015
@JozoVilcek
Copy link
Author

Great! Thanks

mgenereu pushed a commit to mgenereu/mermaid that referenced this issue Jun 25, 2022
…dFix

Hide copy button if clipboardItem unavailable.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants