ChartBorderProps
Defines the configuration options for customizing the appearance of a border.
Props
The following table outlines the props for the ChartBorderProps:
| Name | Type | Default | Description |
|---|---|---|---|
| color | string | '' | Specifies the color of the border. Accepts any valid CSS color string, including hexadecimal and RGBA formats. |
| dashArray | string | '' | Defines the dash pattern for the border stroke. Accepts a string of numbers that specify the lengths of dashes and gaps. |
| width | number | 1 | Sets the width of the border in pixels. |