@@ -70,12 +70,18 @@ Consider using donut charts to display:
7070
7171.. note::
7272
73- Although you can :ref:`bin <charts-bin-data>` or :ref:`limit
74- <charts-limit-data>` your data to reduce the number of categories
75- in the visualization, this may not be the best choice for donut
76- charts. The purpose of donut charts is to show each value as a
77- proportion of a total, so excluding categories may result in a
78- misleading visualization that reflects inaccurate proportions.
73+ Although you can :ref:`limit <charts-limit-data>` your data to
74+ reduce the number of categories in the visualization, this may not
75+ be the best choice for donut charts. The purpose of donut charts is
76+ to show each value as a proportion of a total, so excluding
77+ categories may result in a misleading visualization that reflects
78+ inaccurate proportions.
79+
80+ If you do :ref:`limit <charts-limit-data>` your data, donut charts
81+ enable the :guilabel:`Show "All Others"` option by default. This
82+ option creates an "All others" category that represents the sum of
83+ the omitted values and ensures that chart values are displayed as a
84+ proportion of the total.
7985
8086 When looking to compare individual data values, rather than show
8187 values as a proportion to a whole, consider using a
0 commit comments