The Javascript Scheduler supports two link shapes (curved, right-angled). You can set the link shape using the linkShape property.
1. Curved Links
This is the default link shape. Curved links are available since version 2023.3.5701.
Scheduler config:
{
linkShape: "Curved"
}
2. Right-Angled Links
This is the traditional link style, created using right-angled lines.
{
linkShape: "RightAngled"
}