Shapes.connectors
configurationDefines the connectors available in the shape. A connector is the point in the shape where a connection between this shape and another one can originate from or end.
shapes.connectors
ArrayThe connector description.
shapes.connectors.fill
String|ObjectDefines the fill options of the shape connectors.
shapes.connectors.height
NumberDefines the height of the shape connectors.
Default: 8
shapes.connectors.hover
ObjectDefines the hover configuration of the shape connectors.
shapes.connectors.name
StringThe connector name. The predefined names are:
- "top" - top connector
- "right" - right connector
- "bottom" - bottom connector
- "bottomRight" - bottom right connector
- "left" - left connector
- "auto" - auto connector
shapes.connectors.offset
NumberDefines 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
shapes.connectors.position
FunctionThe function that positions the connector. The function is passed a shape as parameter and should return a kendo.dataviz.diagram.Point indicating where the connector should be placed.
shapes.connectors.stroke
String|ObjectDefines the stroke options of the shape connectors.
shapes.connectors.width
NumberDefines the width of the shape connectors.
Default: 8