跳至内容

Mermaid 配置模式中的无标题字符串

txt
https://mermaid.npmjs.net.cn/schemas/config.schema.json#/$defs/SankeyDiagramConfig/properties/nodeAlignment

控制 Sankey 图的对齐方式。

请参阅 https://github.com/d3/d3-sankey#alignments.

抽象可扩展状态可识别性自定义属性附加属性访问限制定义于
可实例化未知状态未知可识别性禁止允许config.schema.json*

nodeAlignment 类型

字符串

nodeAlignment 约束

枚举:此属性的值必须等于以下值之一

解释
"left"将所有输入对齐到左侧。
"right"将所有输出对齐到右侧。
"center"与 `left` 相似,但没有传入链接的节点会尽可能地向右移动。
"justify"与 `left` 相似,但没有传出链接的节点会移动到最右侧。

nodeAlignment 默认值

默认值为

json
"justify"