LabelList
LabelList
adds custom data labels to chart components when automatic labeling isn't sufficient. It's a specialized component for advanced chart customization scenarios where you need precise control over label positioning and appearance.Properties
key
The key that needs to be matched to the data series.
position
(default: "inside")
The position of the label list
Available values:
top
, left
, right
, bottom
, inside
(default), outside
, insideLeft
, insideRight
, insideTop
, insideBottom
, insideTopLeft
, insideBottomLeft
, insideTopRight
, insideBottomRight
, insideStart
, insideEnd
, end
, center
, centerTop
, centerBottom
, middle
Events
This component does not have any events.
Exposed Methods
This component does not expose any methods.
Styling
Theme Variables
Variable | Default Value (Light) | Default Value (Dark) |
---|---|---|
textColor-LabelList | $textColor-primary | $textColor-primary |