ConnectorProps
Represents configuration options for connector lines in the chart.
Props
The following table outlines the props for the ConnectorProps:
| Name | Type | Default | Description |
|---|---|---|---|
| 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:
| |
| width | number | 1 | Specifies the width of the connector line in pixels. |