Edge Shapes
HTMLGraph supports multiple edge visualization styles to suit different graph representation needs:
Shape | Preview | Configuration Reference |
---|---|---|
Bezier | ![]() | BezierShape |
Direct | ![]() | DirectShape |
Straight | ![]() | StraightShape |
Horizontal | ![]() | HorizontalShape |
Vertical | ![]() | VerticalShape |
Custom | Fully customizable path using your own rendering logic | CustomShape |