Skip to content

Ishikawa Diagram Config Schema

txt
https://mermaid.js.org/schemas/config.schema.json#/$defs/IshikawaDiagramConfig

The object containing configurations specific for ishikawa diagrams

AbstractExtensibleStatusIdentifiableCustom PropertiesAdditional PropertiesAccess RestrictionsDefined In
Can be instantiatedNoUnknown statusNoForbiddenAllowednoneconfig.schema.json*

IshikawaDiagramConfig Type

object (Ishikawa Diagram Config)

all of

IshikawaDiagramConfig Properties

PropertyTypeRequiredNullableDefined by
diagramPaddingintegerOptionalcannot be nullMermaid Config
useMaxWidthbooleanOptionalcannot be nullMermaid Config

diagramPadding

The amount of padding around the diagram as a whole so that embedded diagrams have margins, expressed in pixels.

diagramPadding

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
20

useMaxWidth

useMaxWidth

useMaxWidth Type

boolean

useMaxWidth Default Value

The default value is:

json
false
Opens in mermaid.ai