-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
Flowchart edge labels placement #490
Comments
The manual shows that labels have a background colour. This would allow placement directly on the edge. Judging by the changelog, this got broken before 7.0 and is fixed since then, but it still doesn't work in the live editor: |
I think it has been fixed. Feel free to reopen if you still have this issue. |
It seems to work now.
Thank you so much!
…On 16 September 2017 at 06:34, Tyler Long ***@***.***> wrote:
I think it has been fixed.
https://mermaidjs.github.io/mermaid-live-editor/#/edit/
Z3JhcGggTFIKICBBLS0tfFRoaXMgaXMgdGhlIHRleHR8QjsK
Feel free to reopen if you still have this issue.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#490 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AHo0WXKHEGyIHFkVcuTNWWhLldf2NyXXks5si0_IgaJpZM4MaMfD>
.
|
The placement of edge labels in flowcharts is unfortunate. For example:
From the examples of the website already writes the text on the edge, instead of next to it. In horizontal flowcharts this is even worse and makes the text look like stroke through. On the other hand in sequence diagrams the text is at least placed above the edges, which is already an improvement. Desirable would be some integrated logic, which tries to avoid lines going over the the texts of labels and/or text, which breaks in an optimal way, so that it is not crossed by edges or nodes.
This might be difficult to implement, but is crucial to pretty diagrams.
The text was updated successfully, but these errors were encountered: