mirror of
https://gitee.com/antv/g6.git
synced 2024-12-16 02:21:25 +08:00
11 lines
440 B
Markdown
11 lines
440 B
Markdown
---
|
|
title: Concentric Layout
|
|
order: 6
|
|
---
|
|
|
|
Concentric Layout places the nodes on concentric circles.
|
|
|
|
## Usage
|
|
|
|
As the demo below, you can deploy it in `layout` while instantiating Graph. it can also be used for [Subgraph Layout](/en/docs/manual/middle/layout/sub-layout). This algorithm will order the nodes according to the parameters first, then the node in the front of the order will be placed on the center of the concentric circles.
|