Connector
23 Sep 20251 minute to read
The Connector class configures the appearance and properties of connectors in chart controls.
Properties
color string
Specifies the color of the connector line, accepting values in hex or rgba as valid CSS color strings.
Defaults to null
dashArray string
Specifies the dash pattern of the connector line.
Defaults to ’’
length string
Specifies the length of the connector line in pixels.
Defaults to null
type ConnectorType
Specifies the type of connector line.
The available types are:
- Smooth
- Line
Defaults to ‘Line’
width number
Specifies the width of the connector line in pixels.
Defaults to 1