-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
Poll - next diagram type addition #177
Comments
BPMN 2.0 diagrams |
My choices in order of preference:
|
+1 |
ERD then class diagram :3 |
Thanks for your vote!
|
Seems like class diagrams are at the top but will wait for some more votes. |
I would prefer class diagram and use case diagram. |
want class diagram |
class diagram |
Hope there can be class diagram. There's PlantUML supporting various types of diagrams, but it's not so elegant as mermaid is. Hope the source code of |
Work with class diagrams came quite far actually before I had to decrease work spent with mermaid. Mermaid uses the syntax from PlantUML. The diagram below actually renders. The remaining thing is to finalize the positioning of the labels. The positioning can be considered beta and fails sometimes. Also remaining is to document the usage of this. An example is available in the repository mermaid/test/examples/classDiagram.html
|
Hmm, wanna give a try about documenting the class diagram and hopefully solve the positioning issue. Maybe assign this to me? No guarantee but I will try my best. @knsv |
@HustLion I welcome your assistance! Will assign it to you. Let me know if you have questions and I'll do my best to answer. 😀 |
😄 yay |
@knsv the work you've mentioned as for the class diagrams - is there some branch available to look at? |
In the |
I'm a (old school) database developer and I want to contribute with Data Flow Diagrams, but I don't know where/how to start. DFDs, along with ERDs, are my preferred modeling tools. They're easy to read and much welcomed by any audience. I'll appreciate your direction. References: |
@knsv Are there any plans on making a release with class diagrams available? It looks pretty well in the example. |
It is time. I am releasing it now. :) |
Is ERD in the works? I would love Chen notation to quickly map out entity relationships. |
I would like to see activity diagrams. I think this would be useful for UML, SysML (what I'm most interested in), and BPMN (with some small modifications). I'll start working on this. |
+1 for ERD and activity diagram |
Venn Diagrams. |
Just using Hugo and the DockDock theme for building our documentation. This theme integrates nicely with mermaid and from our real needs I would vote in the following order:
Loving mermaid 👩 🐟 |
Would like class diagrams. |
https://arxiv.org/ftp/arxiv/papers/1909/1909.01138.pdf#page=9 talks about how to generate loop diagrams automatically from network descriptions. https://graphviz.org/docs/layouts/neato/ "attempts to minimize a global energy function" |
It seems a (claimed) NP problem (I hope, it is not)
It is certainly a hot topic. I am afraid of fire sometimes. |
Support for graph theory diagrams would be great. |
@carterchannui there are two things: graph theory and graph diagrams. They are related by word "graph", but you must be a bit clearer than that to make it through. By the way, graph diagrams are already available in Mermaid: https://ckeditor.com/blog/basic-overview-of-creating-flowcharts-using-mermaid/ |
Hey guys, have you already voted for Stack Diagram in the pool here? It is the chance to see this in Mermaid roadmap! @elzup |
Just a simple bar chart like the pie chart:
|
All things pertaining to graph theory: digraphs, undirected graphs, etc. I find it difficult to work with graph theory with mermaid since displaying the graphs strays away from the traditional representation as seen here. Examples: |
@brunolnetto Can you add railroad diagram to your poll? |
@rojares done |
I am a little confused why ERD is in the poll because it seems to me that Mermaid already supports it. |
Someone told it would be a great idea. I copied it mindlessly like a machine. It can't be removed. :-/ |
i would like something where i do things a bit more grid like; those are to the left of this, that is below this. at the moment we can onyl provide a global layout hint, but eg: 2 coulumns of things with arrows connecting them can not be represented, as the top-most arrow will want to point down and push one of the columns downwards. |
I would like to see sankey charts https://sankeymatic.com/i/financial-results-example-400x200.png |
Sankey diagram is on the poll here. Have you voted already? |
Nice. I think, BPMN 2.0 is missing. It was mentioned here and at #2623. |
@koppor Done! I missed it as well. As you know, innovation requires to think out of the box. ;-P |
@brunolnetto Would it be possible to add marble diagrams to the poll ? Someone already mentioned it : #177 (comment) |
@bric3 done |
mindmap relation line a line between two different subtree nodes |
How about adding a simple HTML table? Something with just basic rows and columns. |
When going back to the top of this thread, BPMN 2.0 is the clear winner with 60+ upvotes so I hope it gets picked up ;) I looked at how Kroki.io does it and the result looks fantastic, I would love to be able to make code as diagram for BPMN in my Obsidian notebook thanks to Mermaid! |
I would simply took inspiration there: I would love to see those:
|
This is being developed in #4413 |
Closing this in favor of:
|
@pklapperich please refer to |
|
What additional digram type is should be added to mermaid?
The text was updated successfully, but these errors were encountered: