ConnectorProps

Represents configuration options for connector lines in the chart.

Props

The following table outlines the props for the ConnectorProps:

NameTypeDefaultDescription
color
string
''

Specifies the color of the connector line. Accepts any valid CSS color string (e.g., hex, rgba).

dashArray
string
''

Specifies the dash pattern of the connector line.

length
string
4%

Specifies the length of the connector line in pixels.

type
Curve

Specifies the type of connector line used in the chart. The available options are:

  • Curve: Renders a smooth curved connector line.
  • Line: Renders a straight connector line.
width
number
1

Specifies the width of the connector line in pixels.