mirror of
https://gitee.com/antv/g6.git
synced 2024-12-16 02:21:25 +08:00
1099252812
* feat: update api-doc config * feat: add doc input * feat: update docs
147 lines
3.0 KiB
Markdown
147 lines
3.0 KiB
Markdown
---
|
||
title: RadialLayoutOptions
|
||
---
|
||
|
||
[概述 - v5.0.0-alpha.9](../../README.zh.md) / [模块](../../modules.zh.md) / [布局](../. ./modules/layout.zh.md) / RadialLayoutOptions
|
||
|
||
[布局](../../modules/layout.zh.md).RadialLayoutOptions
|
||
|
||
## 特性
|
||
|
||
### 中心
|
||
|
||
• `可选` **中心**:`PointTuple`
|
||
|
||
#### 定义于
|
||
|
||
node_modules/.pnpm/@antv+layout@1.2.5_workerize-loader@2.0.2/node_modules/@antv/layout/lib/types.d.ts:168
|
||
|
||
___
|
||
|
||
### 焦点节点
|
||
|
||
• `可选` **焦点节点**:`字符串` \| `节点`
|
||
|
||
#### 定义于
|
||
|
||
node_modules/.pnpm/@antv+layout@1.2.5_workerize-loader@2.0.2/node_modules/@antv/layout/lib/types.d.ts:173
|
||
|
||
___
|
||
|
||
### 高度
|
||
|
||
• `可选` **高度**:`数字`
|
||
|
||
#### 定义于
|
||
|
||
node_modules/.pnpm/@antv+layout@1.2.5_workerize-loader@2.0.2/node_modules/@antv/layout/lib/types.d.ts:170
|
||
|
||
___
|
||
|
||
### 链接距离
|
||
|
||
• `可选` **linkDistance**:`数字`
|
||
|
||
#### 定义于
|
||
|
||
node_modules/.pnpm/@antv+layout@1.2.5_workerize-loader@2.0.2/node_modules/@antv/layout/lib/types.d.ts:171
|
||
|
||
___
|
||
|
||
### 最大迭代次数
|
||
|
||
• `可选` **maxIteration**:`数量`
|
||
|
||
#### 定义于
|
||
|
||
node_modules/.pnpm/@antv+layout@1.2.5_workerize-loader@2.0.2/node_modules/@antv/layout/lib/types.d.ts:172
|
||
|
||
___
|
||
|
||
### maxPreventOverlapIteration
|
||
|
||
• `可选` **maxPreventOverlapIteration**:`number`
|
||
|
||
#### 定义于
|
||
|
||
node_modules/.pnpm/@antv+layout@1.2.5_workerize-loader@2.0.2/node_modules/@antv/layout/lib/types.d.ts:178
|
||
|
||
___
|
||
|
||
### 节点大小
|
||
|
||
• `可选` **nodeSize**: `number` \| `数字`[]
|
||
|
||
#### 定义于
|
||
|
||
node_modules/.pnpm/@antv+layout@1.2.5_workerize-loader@2.0.2/node_modules/@antv/layout/lib/types.d.ts:176
|
||
|
||
___
|
||
|
||
### 节点间距
|
||
|
||
• `可选` **nodeSpacing**: `number` \| `功能`
|
||
|
||
#### 定义于
|
||
|
||
node_modules/.pnpm/@antv+layout@1.2.5_workerize-loader@2.0.2/node_modules/@antv/layout/lib/types.d.ts:177
|
||
|
||
___
|
||
|
||
### 防止重叠
|
||
|
||
• `可选` **preventOverlap**:`boolean`
|
||
|
||
#### 定义于
|
||
|
||
node_modules/.pnpm/@antv+layout@1.2.5_workerize-loader@2.0.2/node_modules/@antv/layout/lib/types.d.ts:175
|
||
|
||
___
|
||
|
||
### 排序方式
|
||
|
||
• `可选` **排序依据**:`字符串`
|
||
|
||
#### 定义于
|
||
|
||
node_modules/.pnpm/@antv+layout@1.2.5_workerize-loader@2.0.2/node_modules/@antv/layout/lib/types.d.ts:180
|
||
|
||
___
|
||
|
||
### 排序强度
|
||
|
||
• `可选` **排序强度**:`数字`
|
||
|
||
#### 定义于
|
||
|
||
node_modules/.pnpm/@antv+layout@1.2.5_workerize-loader@2.0.2/node_modules/@antv/layout/lib/types.d.ts:181
|
||
|
||
___
|
||
|
||
### 严格径向
|
||
|
||
• `可选` **strictRadial**:`布尔值`
|
||
|
||
#### 定义于
|
||
|
||
node_modules/.pnpm/@antv+layout@1.2.5_workerize-loader@2.0.2/node_modules/@antv/layout/lib/types.d.ts:179
|
||
|
||
___
|
||
|
||
### 单位半径
|
||
|
||
• `可选` **单位半径**:`数字`
|
||
|
||
#### 定义于
|
||
|
||
node_modules/.pnpm/@antv+layout@1.2.5_workerize-loader@2.0.2/node_modules/@antv/layout/lib/types.d.ts:174
|
||
|
||
___
|
||
|
||
### 宽度
|
||
|
||
• `可选` **宽度**:`数量`
|
||
|
||
#### 定义于
|
||
|
||
node_modules/.pnpm/@antv+layout@1.2.5_workerize-loader@2.0.2/node_modules/@antv/layout/lib/types.d.ts:169 |