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

Support for notes across multiple participants? #458

Closed
decentral1se opened this issue Jan 16, 2017 · 4 comments
Closed

Support for notes across multiple participants? #458

decentral1se opened this issue Jan 16, 2017 · 4 comments

Comments

@decentral1se
Copy link

Something like:

Foo --> Bar
Bar --> Baz
Baz --> Fuzz
Note over Foo, Bar, Baz: The note.

Currently only Note over Foo,Bar: Note is supported.

@tandriamil
Copy link

By the way, why not allowing an horizontal cross-actors note like to separate the sequence diagram into two or displaying different phase of interactions?

Foo --> Bar
Bar --> Baz
Baz --> Fuzz
Note over *: The note.

@eddiewebb
Copy link

@lwm you can use
Note over First, Last: the note. to span multiple actors.

@decentral1se
Copy link
Author

Thanks 👍

@hansu
Copy link

hansu commented Jun 13, 2022

@lwm you can use Note over First, Last: the note. to span multiple actors.

But this changes the order of the participants if not defined with participant .

mgenereu pushed a commit to mgenereu/mermaid that referenced this issue Jun 25, 2022
Bumps [husky](https://github.com/typicode/husky) from 7.0.2 to 7.0.4.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v7.0.2...v7.0.4)

---
updated-dependencies:
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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

4 participants