Radar Diagram Config Schema β
https://mermaid.js.org/schemas/config.schema.json#/$defs/RadarDiagramConfig
The object containing configurations specific for radar 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* |
RadarDiagramConfig Type β
object
(Radar Diagram Config)
all of
RadarDiagramConfig Properties β
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
width | number | Optional | cannot be null | Mermaid Config |
height | number | Optional | cannot be null | Mermaid Config |
marginTop | number | Optional | cannot be null | Mermaid Config |
marginRight | number | Optional | cannot be null | Mermaid Config |
marginBottom | number | Optional | cannot be null | Mermaid Config |
marginLeft | number | Optional | cannot be null | Mermaid Config |
axisScaleFactor | number | Optional | cannot be null | Mermaid Config |
axisLabelFactor | number | Optional | cannot be null | Mermaid Config |
curveTension | number | Optional | cannot be null | Mermaid Config |
width β
The size of the radar diagram.
width
is optional
Type:
number
cannot 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:
600
height β
The size of the radar diagram.
height
is optional
Type:
number
cannot 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:
600
marginTop β
The margin from the top of the radar diagram.
marginTop
is optional
Type:
number
cannot be null
defined in: Mermaid Config
marginTop Type β
number
marginTop Constraints β
minimum: the value of this number must greater than or equal to: 0
marginTop Default Value β
The default value is:
50
marginRight β
The margin from the right of the radar diagram.
marginRight
is optional
Type:
number
cannot be null
defined in: Mermaid Config
marginRight Type β
number
marginRight Constraints β
minimum: the value of this number must greater than or equal to: 0
marginRight Default Value β
The default value is:
50
marginBottom β
The margin from the bottom of the radar diagram.
marginBottom
is optional
Type:
number
cannot be null
defined in: Mermaid Config
marginBottom Type β
number
marginBottom Constraints β
minimum: the value of this number must greater than or equal to: 0
marginBottom Default Value β
The default value is:
50
marginLeft β
The margin from the left of the radar diagram.
marginLeft
is optional
Type:
number
cannot be null
defined in: Mermaid Config
marginLeft Type β
number
marginLeft Constraints β
minimum: the value of this number must greater than or equal to: 0
marginLeft Default Value β
The default value is:
50
axisScaleFactor β
The scale factor of the axis.
axisScaleFactor
is optional
Type:
number
cannot be null
defined in: Mermaid Config
axisScaleFactor Type β
number
axisScaleFactor Constraints β
minimum: the value of this number must greater than or equal to: 0
axisScaleFactor Default Value β
The default value is:
1
axisLabelFactor β
The scale factor of the axis label.
axisLabelFactor
is optional
Type:
number
cannot be null
defined in: Mermaid Config
axisLabelFactor Type β
number
axisLabelFactor Constraints β
minimum: the value of this number must greater than or equal to: 0
axisLabelFactor Default Value β
The default value is:
1.05
curveTension β
The tension factor for the Catmull-Rom spline conversion to cubic BΓ©zier curves.
curveTension
is optional
Type:
number
cannot be null
defined in: Mermaid Config
curveTension Type β
number
curveTension Constraints β
maximum: the value of this number must smaller than or equal to: 1
minimum: the value of this number must greater than or equal to: 0
curveTension Default Value β
The default value is:
0.17