mermaid icon indicating copy to clipboard operation
mermaid copied to clipboard

Generation of diagrams like flowcharts or sequence diagrams from text in a similar manner as markdown

Results 855 mermaid issues
Sort by recently updated
recently updated
newest added

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`...

Type: Enhancement
Graph: Flow
Topic: Accessibility

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...

Type: Bug / Error
Status: Approved
bug

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...

Contributor needed
Status: Approved
Type: New Diagram

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...

Type: Other
Graph: Entity Relationship

Any possibility of adding mind map functionality? Like a flow chart, but bi-directional (generally left-right and right-left).

Status: Approved
Area: Development

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...

Type: Enhancement
Area: Documentation
Good first issue!

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...

Type: Other
Status: Triage
P3

**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...

Type: Bug / Error
Status: Approved
Graph: Flow
Area: Development

**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 {...

Type: Bug / Error
Status: Approved
Graph: State

**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...

Type: Bug / Error
Status: Approved
Good first issue!
Graph: State