ShapeDefaults.connectors
configurationDefines the connectors the shape owns. A connector is the point in the shape where a connection between this shape and another one can originate from or end.
- "top" - top connector.
- "right" - right connector.
- "bottom" - bottom connector.
- "bottomRight" - bottom right connector.
- "left" - left connector.
- "auto" - auto connector.
You can define your own custom connectors or use the predefined types.
shapeDefaults.connectors.fill
String|ObjectDefines the fill options of the shape connectors.
Defines the height of the shape connectors.
Default: 8
Defines the hover configuration of the shape connectors.
The connector name. The name is referenced when specifying explicit fromConnector and toConnector values in a connection.
Defines the offset applied to the connector position. The offset pushes the connector away from the shape edge by the specified number of pixels in the direction appropriate for the connector's position (e.g., upward for "top", downward for "bottom", etc.).
Default: 10
The function that positions the connector. The function is passed a shape and should return kendo.dataviz.diagram. As a result, a point that holds the connector position appears.
shapeDefaults.connectors.stroke
String|ObjectDefines the stroke options of the shape connectors.
Defines the width of the shape connectors.
Default: 8