vault backup: 2026-01-22 16:52:55
This commit is contained in:
+34
-2
@@ -1,13 +1,13 @@
|
||||
---
|
||||
id:
|
||||
aliases: []
|
||||
title: Diagrams
|
||||
tags:
|
||||
- authorship/original
|
||||
- destiny/uncertain
|
||||
- status/incomplete
|
||||
- topic/meta
|
||||
- type/encyclopedia-entry
|
||||
title: Diagrams
|
||||
---
|
||||
# Diagrams
|
||||
|
||||
@@ -62,4 +62,36 @@ classDiagram
|
||||
| `--` | Link (Solid) |
|
||||
| `..>` | Dependency |
|
||||
| `..\|>` | Realization |
|
||||
| `..` | Link (Dashed) |
|
||||
| `..` | Link (Dashed) |
|
||||
|
||||
### Pie Chart
|
||||
|
||||
```mermaid
|
||||
pie title Estimating Process
|
||||
"Estimate Preparation" : 15
|
||||
"Takeoff" : 65
|
||||
"Estension & Review" : 10
|
||||
"Bid Summary" : 10
|
||||
```
|
||||
|
||||
### Mind Map
|
||||
|
||||
```mermaid
|
||||
mindmap
|
||||
root((mindmap))
|
||||
Origins
|
||||
Long history
|
||||
::icon(fa fa-book)
|
||||
Popularisation
|
||||
British popular psychology author Tony Buzan
|
||||
Research
|
||||
On effectiveness<br/>and features
|
||||
On Automatic creation
|
||||
Uses
|
||||
Creative techniques
|
||||
Strategic planning
|
||||
Argument mapping
|
||||
Tools
|
||||
Pen and paper
|
||||
Mermaid
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user