Skip to content

Commit e6fee8e

Browse files
authored
(DOCSP-14148): Added section about showing value or percentage labels. (#451)
* (DOCS-14148): Added section about showing value or percentage labels. * (DOCSP-14148): Incorporated Jeff's feedback. * (DOCSP-14148): Removed updates from stacked area charts.
1 parent d5c5a3d commit e6fee8e

File tree

2 files changed

+29
-7
lines changed

2 files changed

+29
-7
lines changed

source/chart-type-reference/donut-chart.txt

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -171,13 +171,6 @@ The following customization options are specific to donut charts
171171
charts. To see all available customization options, see
172172
:ref:`customize-charts`.
173173

174-
Show or Hide Data Value Labels
175-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
176-
177-
.. include:: /includes/customization/show-hide-data-labels.rst
178-
179-
.. _show-hide-data-category-labels:
180-
181174
Show or Hide Category Labels
182175
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
183176

@@ -196,6 +189,26 @@ To set this option:
196189

197190
.. include:: /includes/fact-donut-chart-labels.rst
198191

192+
Show or Hide Data Value Labels
193+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
194+
195+
.. include:: /includes/customization/show-hide-data-labels.rst
196+
197+
.. _show-hide-data-category-labels:
198+
199+
Show Value or Percentage Labels
200+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
201+
202+
You can dictate whether a :ref:`Donut Chart <donut-chart-ref>` displays
203+
data values as raw values or percentages. By default, data value labels
204+
show the raw values of your data points. For percentage values in
205+
:ref:`Donut Charts <donut-chart-ref>`, the whole value is the total
206+
value of the entire chart. Percentage labels are always rounded to one
207+
decimal place, and do not adhere to :ref:`Number Formatting
208+
<customize-number-formats>` settings.
209+
210+
.. include:: /includes/customization/show-value-or-percentage-labels.rst
211+
199212
Limitations
200213
-----------
201214

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
To set this option:
2+
3+
1. Open the :ref:`Customize <customize-charts>` pane for your chart.
4+
5+
#. In the :guilabel:`General Customization` section, set the
6+
:guilabel:`Data Value Labels` toggle switch to on if off.
7+
8+
#. Select :guilabel:`Show Value` or :guilabel:`Show Percentage` from
9+
the drop-down.

0 commit comments

Comments
 (0)