BorderRadiusProps

Defines the border radius configuration for chart elements. This interface provides properties to customize the corner radius for both horizontal and vertical axes.

Props

The following table outlines the props for the BorderRadiusProps:

NameTypeDefaultDescription
x
number
5

Sets the horizontal (X-axis) corner radius for the element background. This property controls the curvature of the left and right corners.

y
number
5

Sets the vertical (Y-axis) corner radius for the element background. This property controls the curvature of the top and bottom corners.