position
Home > @gooddata/sdk-ui-charts > IDataLabelsConfig > position
IDataLabelsConfig.position property
Placement of data labels. Applies to pie and donut charts only. - "auto" (default): whole-chart adaptive — outside (callouts with leader lines) when the smallest visible slice is ≤ 5%, inside otherwise. A chart never mixes inside and outside. - "inside": force every label inside its slice; labels that don't fit are omitted - "outside": place every label outside with a leader line
Signature:
position?: "auto" | "inside" | "outside";