simple mindmap
graph LR
A[Central Idea]
A --> B{Sub-idea 1}
A --> E{Sub-idea 2}
B{Sub-idea 1} --> C{Detail 1}
B --> D{Detail 2}
Fish Bone
graph TD
A[Problem Statement]
B{Possible Causes} --> C{People}
B --> D{Methods}
B --> E{Machines}
B --> F{Materials}
B --> G{Environment}
H{Solutions} --> I{Eliminate People Issues}
H --> J{Improve Methods}
H --> K{Maintain Machines}
H --> L{Upgrade Materials}
H --> M{Control Environment}
Swim Lane
graph LR
A[Swimlane 1: Development]
B{Feature 1} --> C{Design Task}
B --> D{Development Task}
A --> E{Feature 2}
F[Swimlane 2: Testing]
G{Unit Tests} --> H{Feature 1}
G --> I{Feature 2}
J[Swimlane 3: Deployment]
K{Deploy Feature 1}
K --> L{Monitor Performance}
Double Bubble
A[Smartphones] || B[Traditional Cell Phones]
circle diagram
graph LR
A[Central Idea]
B{Slice 1} --> A
C{Slice 2} --> A
D{Slice 3} --> A
B --> E{"15%"}
C --> F{"20%"}
D --> G{"65%"}
style A fill:#f9f9f9,stroke:#333,stroke-width:2px
style B fill:#ffcc99,stroke:#333
style C fill:#c2c2f0,stroke:#333
style D fill:#99ff99,stroke:#333
style E, F, G fill:#fff,stroke:#333,font-size:10px