ChartWaterfallConnectorProps
Defines configuration options for the connector line in a Waterfall series.
Props
The following table outlines the props for the ChartWaterfallConnectorProps:
| Name | Type | Default | Description |
|---|---|---|---|
| dashArray | string | '' | Specifies the dash pattern of the connector line. |
| strokeColor | string | '' | Specifies the color of the connector line. |
| strokeOpacity | number | 1 | Specifies the opacity of the connector line. Value ranges from 0 to 1. |
| strokeWidth | number | 1 | Specifies the width of the connector line in pixels. |
| visible | boolean | trued | Enables or disables the connector line.
When set to |