Skip to content

Commit d5c5a3d

Browse files
authored
(DOCSP-14076): Added details about viewing the percentage of the whole. (#450)
* (DOCS-14076): Added details about viewing the percentage of the whole. * (DOCS-14076): Fixed links. * (DOCS-14076): Incorporated Jeff's feedback. * (DOCSP-14076): Fixed Typo.
1 parent da2b677 commit d5c5a3d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

source/interact-with-charts.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,20 @@ Pan
8484
~~~
8585

8686
To pan the chart, click and drag over the chart surface.
87+
88+
View the Percentage of the Whole
89+
--------------------------------
90+
91+
Chart viewers can hover on each data point to view the value as a
92+
percentage of the whole. The part to whole relationship appears in the
93+
tooltip for the data point. This behavior applies to any chart type
94+
that displays a part of the whole relationship, specifically:
95+
96+
- :ref:`100% Stacked Bar Charts <one-hundred-stacked-example>`
97+
- :ref:`100% Stacked Column Charts <stacked-ref-example>`
98+
- :ref:`100% Stacked Area Charts <one-hundred-stacked-area>`
99+
- :ref:`Donut Charts <donut-chart-ref>`
100+
101+
For stacked charts, the whole value is the total value of the
102+
current category. For donut charts, the whole value is the total
103+
value of the entire chart.

0 commit comments

Comments
 (0)