← Back to editor

Editable Org chart example

3-tier corporate Mermaid diagram example

Updated · Renders with Mermaid 11.17.2

Edit this three-tier company chart in Mermaid, inspect the rendered result, and adapt the working source for your own documentation.

About this example

This three-tier company chart example is designed as an editable starting point rather than a finished specification. In the rendered diagram, executive roles branch into department leaders in a readable top-down hierarchy. Read the structure once before changing the source so identifiers, labels, and connections stay aligned. The example is intentionally small enough to test after every edit, but it includes the syntax needed to communicate the central relationship. Open it in mermaid.tools, make one change at a time, and keep the Mermaid source alongside exported images so the diagram remains maintainable.

Mermaid source

flowchart TB
  CEO["CEO"] --> CTO["CTO"]
  CEO --> CFO["CFO"]
  CEO --> COO["COO"]
  CTO --> Eng["VP Engineering"]
  CTO --> Des["VP Design"]
  CFO --> Fin["Finance Manager"]
  COO --> Ops["Ops Manager"]
Open in editorDownload .mmd

Adapt it

This example source is dedicated to the public domain under CC0 1.0. Review generated diagrams before relying on them in documentation.

Learn more in the related guide.

Related examples

Decision tree

Edit this account entry decision in Mermaid, inspect the rendered result, and adapt the working source for your own documentation.

Swim lanes

Edit this cross-team form workflow in Mermaid, inspect the rendered result, and adapt the working source for your own documentation.

OAuth flow

Edit this OAuth sign-in sequence in Mermaid, inspect the rendered result, and adapt the working source for your own documentation.