mermaid
mermaid copied to clipboard
Generation of diagrams like flowcharts or sequence diagrams from text in a similar manner as markdown
Hey to all the team 👋 Would be really nice to have a tooltip opening when hovering a node with the mouse, just like you can do with the `title`...
I am working with version 9.1.4 I am following the instructions to add tooltips to nodes as part of interactions (https://mermaid-js.github.io/mermaid/#/flowchart?id=interaction), which works well, thanks, but when I had new...
I often have a need to create stack diagrams, example below. Would there be any interest in accepting a pull request that creates these kinds of diagrams? I think it...
I tried multiple things, to no avail. ```mermaid erDiagram CAR { id example FK "Line 1\nLine2" id example FK "Line 1\r\nLine2" id example FK "Line 1Line2" id example FK "Line...
Mind maps?
Any possibility of adding mind map functionality? Like a flow chart, but bi-directional (generally left-right and right-left).
Currently, the examples in the docs folder used on github and the examples on the docs site have different formats. This leads to users on github browsing into the docs...
I want to add image in sequenceDiagram. I use VisualStudioCode. markdown is below↓ ```mermaid sequenceDiagram participant A as Alice ← I want to replace Image! participant B as Bob autonumber...
**Describe the bug** A clear and concise description of what the bug is. If I try to specify a linkstyle with a id that exists after the current `linkStyle`, Mermaid.js...
**Description** For state diagrams with edges pointing to clusters the output will be a parser error. **To Reproduce** Attempt to render the following state diagram: ``` stateDiagram-v2 state Top {...
**Description** State diagrams with a cyclic edge without an explicit label will produce an exception **To Reproduce** Attempt to render the following state diagram: ``` stateDiagram-v2 A --> A state...