Ishikawa Diagram Config Schema
txt
https://mermaid.js.org/schemas/config.schema.json#/$defs/IshikawaDiagramConfigThe object containing configurations specific for ishikawa diagrams
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
|---|---|---|---|---|---|---|---|
| Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | config.schema.json* |
IshikawaDiagramConfig Type
object (Ishikawa Diagram Config)
all of
IshikawaDiagramConfig Properties
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| diagramPadding | integer | Optional | cannot be null | Mermaid Config |
| useMaxWidth | boolean | Optional | cannot be null | Mermaid Config |
diagramPadding
The amount of padding around the diagram as a whole so that embedded diagrams have margins, expressed in pixels.
diagramPadding
is optional
Type:
integercannot be null
defined in: Mermaid Config
diagramPadding Type
integer
diagramPadding Constraints
minimum: the value of this number must greater than or equal to: 0
diagramPadding Default Value
The default value is:
json
20useMaxWidth
useMaxWidth
is optional
Type:
booleancannot be null
defined in: Mermaid Config
useMaxWidth Type
boolean
useMaxWidth Default Value
The default value is:
json
false