ChartMultiLevelLabelProps
Defines the configuration options for a single level of multi-level axis labels.
Props
The following table outlines the props for the ChartMultiLevelLabelProps:
| Name | Type | Default | Description |
|---|---|---|---|
| alignment | 'Center' | Defines the position of the multi-level labels. The available options are:
| |
| border | {color: '', width: 0, dashArray: ''} | The | |
| categories | - | Configures multi-level categories for multi-level labels. Each category defines a range within the axis with a start and end value. | |
| overflow | 'Wrap' | Defines the text overflow behavior for multi-level labels. The available options are:
| |
| textStyle | - | Options to customize the text styling for multi-level labels. Includes font family, size, weight, color, and opacity settings. |