From c1845b796a29b173ff34490f1eefcd362281b6ba Mon Sep 17 00:00:00 2001 From: Igor Lukanin Date: Tue, 11 Aug 2026 04:59:33 +0200 Subject: [PATCH 1/3] docs: correct the donut shape control and document the center total --- .../docs/explore-analyze/charts/chart-types/pie.mdx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs-mintlify/docs/explore-analyze/charts/chart-types/pie.mdx b/docs-mintlify/docs/explore-analyze/charts/chart-types/pie.mdx index 688298f5e27ec..e856020565e59 100644 --- a/docs-mintlify/docs/explore-analyze/charts/chart-types/pie.mdx +++ b/docs-mintlify/docs/explore-analyze/charts/chart-types/pie.mdx @@ -15,15 +15,17 @@ Standard filled circle. Each slice's arc length is proportional to its value. ### Donut -A pie with a hollow center. Increase the **Inner radius** value in the Style tab to any non-zero value to switch to a donut. The hollow center can be used to surface a summary value via a [KPI](/docs/explore-analyze/charts/chart-types/kpi) tile on a dashboard, or simply to reduce visual density. +A pie with a hollow center. Select **Donut** under **Shape** in the Style tab to switch; select **Pie** to switch back. -{/* Screenshot: donut chart — same data as the pie variant, with inner radius applied. Place directly below this heading, half-width centered or side-by-side with pie. (hidden — replace this comment with when image is ready) */} +{/* Screenshot: donut chart — same data as the pie variant. Place directly below this heading, half-width centered or side-by-side with pie. (hidden — replace this comment with when image is ready) */} -## Inner radius +## Show total -Drag the **Inner radius** slider in the Style tab or enter a pixel value. Setting it to `0` returns to a full pie. +Turn on **Show total** in the Style tab to render the measure's grand total in the donut's hole. The total uses the measure's own number format, so changing the format of the measure changes the total with it. -{/* Screenshot: Style tab with the Inner radius control highlighted. Place inline, 50% width, right-aligned. (hidden — replace this comment with when image is ready) */} +The option appears only for a donut, since a pie has no hollow center to fill. Switching back to a pie hides the total and remembers the setting, so returning to a donut restores it. + +{/* Screenshot: donut chart with the center total visible, Style tab showing the Show total switch. Place inline, 50% width, right-aligned. (hidden — replace this comment with when image is ready) */} ## Color and slice ordering From 9d39c7d84ce8d770d47b16de7344446043c8fe5a Mon Sep 17 00:00:00 2001 From: Igor Lukanin Date: Tue, 11 Aug 2026 16:19:36 +0200 Subject: [PATCH 2/3] docs: trim the center total section per review --- .../docs/explore-analyze/charts/chart-types/pie.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs-mintlify/docs/explore-analyze/charts/chart-types/pie.mdx b/docs-mintlify/docs/explore-analyze/charts/chart-types/pie.mdx index e856020565e59..f07d06b3fdc31 100644 --- a/docs-mintlify/docs/explore-analyze/charts/chart-types/pie.mdx +++ b/docs-mintlify/docs/explore-analyze/charts/chart-types/pie.mdx @@ -19,11 +19,11 @@ A pie with a hollow center. Select **Donut** under **Shape** in the Style tab to {/* Screenshot: donut chart — same data as the pie variant. Place directly below this heading, half-width centered or side-by-side with pie. (hidden — replace this comment with when image is ready) */} -## Show total +## Center total -Turn on **Show total** in the Style tab to render the measure's grand total in the donut's hole. The total uses the measure's own number format, so changing the format of the measure changes the total with it. +Turn on **Show total** in the Style tab to render the measure's grand total in the donut's hole. The total uses the measure's number format. -The option appears only for a donut, since a pie has no hollow center to fill. Switching back to a pie hides the total and remembers the setting, so returning to a donut restores it. +The option appears only for a donut, since a pie has no hollow center to fill. {/* Screenshot: donut chart with the center total visible, Style tab showing the Show total switch. Place inline, 50% width, right-aligned. (hidden — replace this comment with when image is ready) */} From 2ccaea75eece0cd10e46333a0055e657ea3c1b02 Mon Sep 17 00:00:00 2001 From: Igor Lukanin Date: Wed, 19 Aug 2026 14:08:46 +0200 Subject: [PATCH 3/3] docs: reflect the donut centre total's default-on toggle, shared label font and 100% line --- .../docs/explore-analyze/charts/chart-types/pie.mdx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs-mintlify/docs/explore-analyze/charts/chart-types/pie.mdx b/docs-mintlify/docs/explore-analyze/charts/chart-types/pie.mdx index f07d06b3fdc31..317e5b470f443 100644 --- a/docs-mintlify/docs/explore-analyze/charts/chart-types/pie.mdx +++ b/docs-mintlify/docs/explore-analyze/charts/chart-types/pie.mdx @@ -21,11 +21,13 @@ A pie with a hollow center. Select **Donut** under **Shape** in the Style tab to ## Center total -Turn on **Show total** in the Style tab to render the measure's grand total in the donut's hole. The total uses the measure's number format. +A donut shows the measure's grand total in its hole by default, using the measure's number format. Use the **Show total** button in the Data labels section of the Style tab to turn it off or on again. -The option appears only for a donut, since a pie has no hollow center to fill. +The button appears only for a donut, since a pie has no hollow center to fill. -{/* Screenshot: donut chart with the center total visible, Style tab showing the Show total switch. Place inline, 50% width, right-aligned. (hidden — replace this comment with when image is ready) */} +The total is styled like the slice labels: it uses the font size set in the Data labels section. When labels include **Percentage**, the total shows `100%` on a second line, since the whole is the entire circle. + +{/* Screenshot: donut chart with the center total visible, Style tab showing the Show total button. Place inline, 50% width, right-aligned. (hidden — replace this comment with when image is ready) */} ## Color and slice ordering