g6/packages/site/examples/net/arcDiagram/index.en.md
2023-08-29 15:19:51 +08:00

454 B

title order
Arc Diagram 9

Arc diagram is a method of graph visualization. It places the nodes on one axis, and connects the nodes by arcs.

Usage

  • Example 1 : Place the node positions to an axis, and calculate the heights of the arcs according to the distances between endpoints.
  • Example 2 : Circular Arc Diagram is a deformation of Arc Diagram. In this example, the nodes are placed on a circle, the edges are quadratic bezier curves.