Row

Defines the configuration options for customizing a row within the chart layout.

Props

The following table outlines the props for the Row:

NameTypeDefaultDescription
border
{ color: '', width: 1, dashArray: '' }

Customizes the border of the row. Accepts a ChartBorderProps object to configure the border color, width, and dash pattern.

height
string
'100%'

Sets the height of the row. Accepts values in pixels (e.g., '100px') or percentages (e.g., '100%'). If set to '100%', the row occupies the full height of the chart.