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

sequenceDiagram: dotted line for alt and empty bracket should be hidden #456

Closed
brookhong opened this issue Jan 11, 2017 · 0 comments
Closed

Comments

@brookhong
Copy link
Contributor

This is the best javascript implementation to render sequence diagram from text I have ever found. Thanks for your great works.

I found there are some small issues of alt.

  1. The line in middle of alt box is solid, which is a little strange, as most output of other tools are using dotted line.
  2. For the else branch of alt block, if we don't append description after else, an empty bracket is displayed, which is also not necessary. And in most cases, for else branch, we actually don't append any description. So some empty brackets are displayed, that is not reasonable.
@knsv knsv closed this as completed in c714a7a Mar 19, 2017
knsv added a commit that referenced this issue Mar 19, 2017
Fixed #456 sequenceDiagram: dotted line for alt and empty bracket sho…
mgenereu pushed a commit to mgenereu/mermaid that referenced this issue Jun 25, 2022
Bumps [svelte](https://github.com/sveltejs/svelte) from 3.43.1 to 3.43.2.
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md)
- [Commits](sveltejs/svelte@v3.43.1...v3.43.2)

---
updated-dependencies:
- dependency-name: svelte
  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

1 participant