主题
Untitled string in Mermaid Config Schema
txt
https://mermaid.js.org/schemas/config.schema.json#/$defs/SankeyLabelStyle桑基图中标签的样式。
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
|---|---|---|---|---|---|---|---|
| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | config.schema.json* |
SankeyLabelStyle Type
string
SankeyLabelStyle Constraints
enum: the value of this property must be equal to one of the following values:
| Value | Explanation |
|---|---|
"legacy" | Plain text labels (original style). |
"outlined" | Labels with a white outline for better readability against colored backgrounds. |
SankeyLabelStyle Default Value
The default value is:
json
"legacy"