We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While testing with https://github.com/magjac/graphviz-visual-editor
I found a possible good shape for start end that is better then the diamond
There is also the possibility to use an HTML formatted label, which could be used to create a table such as
We may want to showcase an example node with that.
label=<<table border="0" cellborder="1" cellspacing="0" cellpadding="4"> <tr> <td> <b>Name</b></td> </tr> <tr> <td> Progress: ...</br> Start: ...</br> Stop: ...</td> </tr> </table>> shape=plain
See also https://graphviz.org/Gallery/directed/git.html
The text was updated successfully, but these errors were encountered:
we coudl introduce a special "cc" style that does the HTML label
Sorry, something went wrong.
alternative drawing: https://wimyedema.github.io/dagviz/notebooks/Dagre%20examples.html metro layout: https://wimyedema.github.io/dagviz/notebooks/Metro%20examples.html
editor: https://socket.dev/npm/package/dag-builder-js https://paulomigalmeida.github.io/directed-acyclic-graph-builder-js/demo/public/index.html https://github.com/alyssaxuu/flowy
No branches or pull requests
While testing with https://github.com/magjac/graphviz-visual-editor
I found a possible good shape for start end that is better then the diamond
There is also the possibility to use an HTML formatted label, which could be used to create a table such as
Name
Progress:
start:
stop:
We may want to showcase an example node with that.
See also https://graphviz.org/Gallery/directed/git.html
The text was updated successfully, but these errors were encountered: