Mermaid Toolkitfor Google Docs™
  • Features
  • Screenshots
  • How to Use
  • Gallery
  • Support
INSTALL

Diagram Gallery

Live-rendered examples of every diagram type supported by Mermaid Toolkit for Google Docs™.

Flowchart

docs →
Loading…
graph TD
    A[Start] --> B{Decision}
    B -->|Yes| C[Process]
    B -->|No| D[End]
    C --> D

Sequence Diagram

docs →
Loading…
sequenceDiagram
    Alice->>Bob: Hello Bob!
    Bob-->>Alice: Hi Alice!
    Alice->>Bob: How are you?
    Bob-->>Alice: Great!

Class Diagram

docs →
Loading…
classDiagram
    Animal <|-- Duck
    Animal <|-- Fish
    Animal : +int age
    Animal : +String gender
    Animal: +isMammal()
    Duck: +swim()
    Fish: +canEat()

State Diagram

docs →
Loading…
stateDiagram-v2
    [*] --> Idle
    Idle --> Processing : Start
    Processing --> Done : Complete
    Processing --> Error : Fail
    Error --> Idle : Reset
    Done --> [*]

Entity Relationship

docs →
Loading…
erDiagram
    CUSTOMER ||--o{ ORDER : places
    ORDER ||--|{ LINE-ITEM : contains
    CUSTOMER }|..|{ DELIVERY-ADDRESS : uses

Gantt Chart

docs →
Loading…
gantt
    title Project Plan
    dateFormat YYYY-MM-DD
    section Design
      Wireframes :a1, 2024-01-01, 7d
      Mockups    :a2, after a1, 5d
    section Dev
      Frontend   :b1, after a2, 10d
      Backend    :b2, after a2, 12d

Pie Chart

docs →
Loading…
pie title Favorite Languages
    "JavaScript" : 35
    "Python" : 30
    "TypeScript" : 20
    "Go" : 15

Git Graph

docs →
Loading…
gitGraph
    commit
    commit
    branch develop
    checkout develop
    commit
    commit
    checkout main
    merge develop
    commit

User Journey

docs →
Loading…
journey
    title My Working Day
    section Go to work
      Make tea: 5: Me
      Go upstairs: 3: Me
      Do work: 1: Me, Cat
    section Go home
      Go downstairs: 5: Me
      Sit down: 5: Me

Mindmap

docs →
Loading…
mindmap
  root((Project))
    Planning
      Goals
      Timeline
    Development
      Frontend
      Backend
    Testing

Timeline

docs →
Loading…
timeline
    title History of Social Media
    2002 : LinkedIn
    2004 : Facebook : Google
    2005 : YouTube
    2006 : Twitter

Sankey

docs →
Loading…
sankey-beta
Agricultural waste,Bio-conversion,124.729
Bio-conversion,Liquid,0.597
Bio-conversion,Losses,26.862
Bio-conversion,Solid,280.322
Bio-conversion,Gas,81.144

XY Chart

docs →
Loading…
xychart-beta
    title "Sales Revenue"
    x-axis [jan, feb, mar, apr, may]
    y-axis "Revenue (k$)" 0 --> 150
    bar [52, 78, 65, 120, 95]
    line [52, 78, 65, 120, 95]

Block Diagram

docs →
Loading…
block-beta
  columns 3
  a["Frontend"]:2 b["Backend"]
  c["Database"] d["Cache"] e["Queue"]

Quadrant Chart

docs →
Loading…
quadrantChart
    title Reach and engagement
    x-axis Low Reach --> High Reach
    y-axis Low Engagement --> High Engagement
    quadrant-1 We should expand
    quadrant-2 Need to promote
    quadrant-3 Re-evaluate
    quadrant-4 May be improved
    Campaign A: [0.3, 0.6]
    Campaign B: [0.45, 0.23]
    Campaign C: [0.57, 0.69]
    Campaign D: [0.78, 0.34]

Requirement Diagram

docs →
Loading…
requirementDiagram
    requirement test_req {
      id: 1
      text: the test text
      risk: high
      verifymethod: test
    }
    element test_entity {
      type: simulation
    }
    test_entity - satisfies -> test_req

C4 Context

docs →
Loading…
C4Context
    title System Context diagram
    Person(customerA, "Banking Customer A", "A customer of the bank")
    System(systemAA, "Internet Banking System", "Allows customers to view information about their bank accounts.")
    System_Ext(systemC, "E-mail system", "The internal e-mail system.")
    Rel(customerA, systemAA, "Uses")
    Rel(systemAA, systemC, "Sends e-mails", "SMTP")
  • Support
  • Privacy Policy
  • Terms of Service
  • GitHub
Created with by Numan Aral

Google Docs™ and Google Workspace™ are trademarks of Google LLC. Not affiliated with or endorsed by Google.