✅ You are viewing documentation for the latest version of Compose SDK.
Version:

# Type alias SeriesLabelsAligning

SeriesLabelsAligning: object

# Type declaration

# align

align?: "center" | "left" | "right"

The horizontal alignment of the data label compared to the point

For some chart types, this will only apply when alignInside is true.


# alignInside

alignInside?: boolean

If true, series labels appear inside bars/columns instead of at the datapoints. Not applicable for some chart types e.g. line, area


# verticalAlign

verticalAlign?: "bottom" | "middle" | "top"

The vertical alignment of the data label

For some chart types, this will only apply when alignInside is true.