Styling > Customizing Links > Customizing Link Sets

Link sets do not have a graphic representation in the network and equipment components. Instead, they are used to group together multiple links that may exist between two nodes, so that the graph layout cannot insert a link that is not in the link set or have the links follow different paths.

You can customize a link set through the following CSS property:

Table 5.7 CSS Property for Link Sets
Property Name 
Type 
Default Value 
Description 
linkDistance 
float 
2 
Defines the distance between the links that are part of the link set. 

How to Set the Link Distance in a Link Set
object."ilog.tgo.model.IltLinkSet" {
  linkDistance: 4;
}