ChartWhiskerStyleProps
Specifies visual styling options for whisker stems and end caps in chart series that render whiskers, such as the Box‑and‑Whisker chart. This configuration controls the stroke appearance of whiskers that represent the data range outside the interquartile box.
Props
The following table outlines the props for the ChartWhiskerStyleProps:
| Name | Type | Default | Description |
|---|---|---|---|
| capLength | number | 0.5 | Determines the relative length of the whisker end caps. The value is expressed as a ratio of the available box width. |
| dashArray | string | '' | Specifies the dash pattern applied to whisker stems and end caps.
The value follows the SVG/CSS |
| stroke | string | '' | Stroke color for both whiskers and stems and their end caps. If not specified, the series border color is used as a fallback. |
| width | number | 1 | Stroke width applied to both whisker stems and their end caps. If not specified, the series border width is used as a fallback. |