Overview
Data labels display numeric values directly on chart elements like bars, columns, lines and pie slices. They make it easier to read exact values without relying on tooltips or axes.Show data labels
Whether to show numeric data labels on the chart. When
true, values appear directly on bars, columns, line points
and pie slices.Data labels respect the number formatting configured in
appearance.numberFormat, including decimal places and
abbreviations.Label format
Format to use for the data labels: -
'absolute' - Show the actual value from the data - 'percentage' - Show values
as percentages (calculated differently for each graph type)Absolute values
Show the actual numeric values:Percentage values
Show values as percentages. The calculation method depends on the chart type: For stacked charts:- Shows each segment as a percentage of the total stack
- Shows each slice as a percentage of the total
- Shows each value as a percentage of the total sum
Stack totals
Whether to show total values above stacked bar or column stacks. Only applicable to stacked bar and column charts.
Category labels
Whether to show category names on pie and donut charts. Only applicable to pie and donut chart types. When
true,
category names appear next to each slice.
