Skip to content

Venn Diagram Config Schema

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

The object containing configurations specific for Venn diagrams.

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

VennDiagramConfig Type

object (Venn Diagram Config)

all of

VennDiagramConfig Properties

PropertyTypeRequiredNullableDefined by
widthnumberOptionalcannot be nullMermaid Config
heightnumberOptionalcannot be nullMermaid Config
paddingnumberOptionalcannot be nullMermaid Config
useDebugLayoutbooleanOptionalcannot be nullMermaid Config

width

The width of the Venn diagram.

width

width Type

number

width Constraints

minimum: the value of this number must greater than or equal to: 1

width Default Value

The default value is:

json
800

height

The height of the Venn diagram.

height

height Type

number

height Constraints

minimum: the value of this number must greater than or equal to: 1

height Default Value

The default value is:

json
450

padding

padding

padding Type

number

padding Constraints

minimum: the value of this number must greater than or equal to: 0

padding Default Value

The default value is:

json
8

useDebugLayout

useDebugLayout

useDebugLayout Type

boolean

useDebugLayout Default Value

The default value is:

json
false
Opens in mermaid.ai