CornerRadius
Defines the corner radius settings for chart elements.
Props
The following table outlines the props for the CornerRadius:
| Name | Type | Default | Description |
|---|---|---|---|
| bottomLeft | number | 0 | Specifies the radius for the bottom-left corner. |
| bottomRight | number | 0 | Specifies the radius for the bottom-right corner. |
| topLeft | number | 0 | Specifies the radius for the top-left corner. |
| topRight | number | 0 | Specifies the radius for the top-right corner. |