Edge Shape
HTMLGraph supports multiple edge visualization styles to suit different graph representation needs:
Shape | Description | Configuration Reference |
---|---|---|
Bezier | Smooth curved connections with adjustable curvature | BezierShape |
Straight | Straight linear connections between nodes | StraightShape |
Horizontal | Right-angle connections with horizontal primary segments | HorizontalShape |
Vertical | Right-angle connections with vertical primary segments | VerticalShape |
Custom | Fully customizable path using your own rendering logic | CustomShape |