Column

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

Props

The following table outlines the props for the Column:

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

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

width
string
'100%'

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