Merge branch 'knsv/5342-kanban' of github.com:mermaid-js/mermaid into knsv/5342-kanban

This commit is contained in:
Knut Sveidqvist 2024-10-28 11:47:17 +01:00
commit e07e9b9daf
2 changed files with 11 additions and 11 deletions

View File

@ -5,9 +5,7 @@ kanban
In progress In progress
```` ```
```mermaid ```mermaid
kanban kanban
@ -20,9 +18,10 @@ kanban
In progress In progress
Design grammar Design grammar
```` ```
Adding ID Adding ID
```mermaid ```mermaid
kanban kanban
id1[Todo] id1[Todo]
@ -34,9 +33,10 @@ kanban
id7[In progress] id7[In progress]
id8[Design grammar] id8[Design grammar]
```` ```
Background color for section Background color for section
```mermaid ```mermaid
kanban kanban
id1[Todo] id1[Todo]
@ -49,9 +49,10 @@ kanban
id8[Design grammar] id8[Design grammar]
style n2 stroke:#AA00FF,fill:#E1BEE7 style n2 stroke:#AA00FF,fill:#E1BEE7
```` ```
Background color for section Background color for section
```mermaid ```mermaid
kanban kanban
id1[Todo] id1[Todo]
@ -70,10 +71,10 @@ kanban
descr: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum." descr: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
} }
style n1 stroke:#AA00FF,fill:#E1BEE7 style n1 stroke:#AA00FF,fill:#E1BEE7
```` ```
Background color for section Background color for section
```mermaid ```mermaid
--- ---
config: config:
@ -98,8 +99,7 @@ kanban
descr: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum." descr: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
} }
style n1 stroke:#AA00FF,fill:#E1BEE7 style n1 stroke:#AA00FF,fill:#E1BEE7
```` ```
priority - dedicated priority - dedicated
link - dedicated link - dedicated

View File

@ -982,7 +982,7 @@ $defs: # JSON Schema definition (maybe we should move these to a separate file)
default: 200 default: 200
ticketBaseUrl: ticketBaseUrl:
type: string type: string
default: "" default: ''
PieDiagramConfig: PieDiagramConfig:
title: Pie Diagram Config title: Pie Diagram Config