mirror of
https://gitee.com/antv/g6.git
synced 2024-12-16 02:21:25 +08:00
128 lines
2.5 KiB
Markdown
128 lines
2.5 KiB
Markdown
---
|
|
title: ConcentricLayoutOptions
|
|
---
|
|
|
|
[Overview - v5.0.0-beta.1](../../README.en.md) / [Modules](../../modules.en.md) / [layout](../../modules/layout.en.md) / ConcentricLayoutOptions
|
|
|
|
[layout](../../modules/layout.en.md).ConcentricLayoutOptions
|
|
|
|
## Properties
|
|
|
|
### center
|
|
|
|
• `Optional` **center**: `PointTuple`
|
|
|
|
#### Defined in
|
|
|
|
node_modules/.pnpm/@antv+layout@1.2.9_workerize-loader@2.0.2/node_modules/@antv/layout/lib/types.d.ts:154
|
|
|
|
___
|
|
|
|
### clockwise
|
|
|
|
• `Optional` **clockwise**: `boolean`
|
|
|
|
#### Defined in
|
|
|
|
node_modules/.pnpm/@antv+layout@1.2.9_workerize-loader@2.0.2/node_modules/@antv/layout/lib/types.d.ts:160
|
|
|
|
___
|
|
|
|
### equidistant
|
|
|
|
• `Optional` **equidistant**: `boolean`
|
|
|
|
#### Defined in
|
|
|
|
node_modules/.pnpm/@antv+layout@1.2.9_workerize-loader@2.0.2/node_modules/@antv/layout/lib/types.d.ts:158
|
|
|
|
___
|
|
|
|
### height
|
|
|
|
• `Optional` **height**: `number`
|
|
|
|
#### Defined in
|
|
|
|
node_modules/.pnpm/@antv+layout@1.2.9_workerize-loader@2.0.2/node_modules/@antv/layout/lib/types.d.ts:164
|
|
|
|
___
|
|
|
|
### maxLevelDiff
|
|
|
|
• `Optional` **maxLevelDiff**: `number`
|
|
|
|
#### Defined in
|
|
|
|
node_modules/.pnpm/@antv+layout@1.2.9_workerize-loader@2.0.2/node_modules/@antv/layout/lib/types.d.ts:161
|
|
|
|
___
|
|
|
|
### nodeSize
|
|
|
|
• `Optional` **nodeSize**: `number` \| `PointTuple` \| (`nodeData`: `Node`) => `number`
|
|
|
|
#### Defined in
|
|
|
|
node_modules/.pnpm/@antv+layout@1.2.9_workerize-loader@2.0.2/node_modules/@antv/layout/lib/types.d.ts:156
|
|
|
|
___
|
|
|
|
### nodeSpacing
|
|
|
|
• `Optional` **nodeSpacing**: `number` \| `number`[] \| (`node?`: `Node`) => `number`
|
|
|
|
#### Defined in
|
|
|
|
node_modules/.pnpm/@antv+layout@1.2.9_workerize-loader@2.0.2/node_modules/@antv/layout/lib/types.d.ts:165
|
|
|
|
___
|
|
|
|
### preventOverlap
|
|
|
|
• `Optional` **preventOverlap**: `boolean`
|
|
|
|
#### Defined in
|
|
|
|
node_modules/.pnpm/@antv+layout@1.2.9_workerize-loader@2.0.2/node_modules/@antv/layout/lib/types.d.ts:155
|
|
|
|
___
|
|
|
|
### sortBy
|
|
|
|
• `Optional` **sortBy**: `string`
|
|
|
|
#### Defined in
|
|
|
|
node_modules/.pnpm/@antv+layout@1.2.9_workerize-loader@2.0.2/node_modules/@antv/layout/lib/types.d.ts:162
|
|
|
|
___
|
|
|
|
### startAngle
|
|
|
|
• `Optional` **startAngle**: `number`
|
|
|
|
#### Defined in
|
|
|
|
node_modules/.pnpm/@antv+layout@1.2.9_workerize-loader@2.0.2/node_modules/@antv/layout/lib/types.d.ts:159
|
|
|
|
___
|
|
|
|
### sweep
|
|
|
|
• `Optional` **sweep**: `number`
|
|
|
|
#### Defined in
|
|
|
|
node_modules/.pnpm/@antv+layout@1.2.9_workerize-loader@2.0.2/node_modules/@antv/layout/lib/types.d.ts:157
|
|
|
|
___
|
|
|
|
### width
|
|
|
|
• `Optional` **width**: `number`
|
|
|
|
#### Defined in
|
|
|
|
node_modules/.pnpm/@antv+layout@1.2.9_workerize-loader@2.0.2/node_modules/@antv/layout/lib/types.d.ts:163
|