主题
Venn Diagram Config Schema
txt
https://mermaid.js.org/schemas/config.schema.json#/$defs/VennDiagramConfig包含针对维恩图的特定配置的对象。
| 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* |
VennDiagramConfig Type
object (Venn Diagram Config)
all of
VennDiagramConfig Properties
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| width | number | Optional | cannot be null | Mermaid Config |
| height | number | Optional | cannot be null | Mermaid Config |
| padding | number | Optional | cannot be null | Mermaid Config |
| useDebugLayout | boolean | Optional | cannot be null | Mermaid Config |
width
维恩图的宽度。
width
is optional
Type:
numbercannot be null
defined in: Mermaid Config
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
800height
维恩图的高度。
height
is optional
Type:
numbercannot be null
defined in: Mermaid Config
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
450padding
padding
is optional
Type:
numbercannot be null
defined in: Mermaid Config
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
8useDebugLayout
useDebugLayout
is optional
Type:
booleancannot be null
defined in: Mermaid Config
useDebugLayout Type
boolean
useDebugLayout Default Value
The default value is:
json
false