Box
Map

jQuery Chart - StackedLineSeries.label.connector

Configures the label connectors.

Type:

Object

A point label is always displayed near its series point, though the label is placed separately. To make the relationship between the series point and its label evident, use a connector.

By default, label connectors are hidden. To make them visible, set the connector.visible property to true.

color

Colors the connectors.

Type:

String

Default Value: undefined

This property supports the following colors:

visible

Makes the connectors visible. Applies only if label.visible is set to true.

Type:

Boolean

Default Value: false

width

Specifies the width of the connectors in pixels.

Type:

Number

Default Value: 1