TitleBorder
Represents the border configuration for the chart title.
Props
The following table outlines the props for the TitleBorder:
| Name | Type | Default | Description |
|---|---|---|---|
| color | string | 'transparent' | Defines the color of the border. Accepts any valid CSS color string, including hexadecimal and RGBA formats. |
| cornerRadius | number | 0.8 | Sets the corner radius of the border, enabling rounded corners. |
| dashArray | string | '' | Specifies the dash pattern used for the border stroke. Accepts a string of numbers that define the lengths of dashes and gaps. |
| width | number | 0 | Specifies the thickness of the border around the chart title and subtitle. |