You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A pie chart is a graph that displays data as segments of a circle proportional to the whole, making it look like a sliced pie. Each slice corresponds to a value or measurement.
The pie chart visualization is ideal when you have data that adds up to a total and you want to show the proportion of each value compared to other slices, as well as to the whole of the pie.
31
36
@@ -98,116 +103,85 @@ If you want to display only the values from a given field (or column), once the
98
103
99
104

Select a calculation to reduce each series when Calculate has been selected. For information about available calculations, refer to [Calculation types](ref:calculation-types).
When displaying every value from a single series, this limits the number of values displayed.
116
+
Use the following options to refine the value in your visualization.
123
117
124
-
### Fields
118
+
<!-- prettier-ignore-start -->
125
119
126
-
Select which field or fields to display in the visualization. Each field name is available on the list, or you can select one of the following options:
120
+
| Option | Description |
121
+
| ------ | ----------- |
122
+
| Show | Set how much information to show. Choose from:<ul><li>**Calculate** - Reduces each value to a single value per series.</li><li>**All values** - Displays every value from a single series.</li></ul> |
123
+
| Calculation | If you chose **Calculate** as your **Show** option, select a calculation to reduce each series. For information about available calculations, refer to [Calculation types](ref:calculation-types). |
124
+
| Limit | If you chose **All values** as your **Show** option, enter a value to limit the number of values displayed. |
125
+
| Fields | Select which field or fields to display in the visualization. Each field name is available on the list, or you can select one of the following options:<ul><li>**Numeric fields** - All fields with numerical values.</li><li>**All fields** - All fields that are not removed by transformations.</li><li>**Time** - All fields with time values.</li></ul> |
127
126
128
-
-**Numeric fields -** All fields with numerical values.
129
-
-**All fields -** All fields that are not removed by transformations.
130
-
-**Time -** All fields with time values.
127
+
<!-- prettier-ignore-end -->
131
128
132
-
## Pie chart options
129
+
###Pie chart options
133
130
134
131
Use these options to refine how your visualization looks.
135
132
136
-
### Pie chart type
137
-
138
-
Select the pie chart display style.
133
+
#### Pie chart type
139
134
140
-
### Pie
135
+
Select the pie chart display style. Choose from **Pie** or **Donut**.
141
136
142
-


147
-
148
-
### Labels
139
+
#### Labels
149
140
150
141
Select labels to display on the pie chart. You can select more than one.
151
142
152
-
-**Name -** The series or field name.
153
-
-**Percent -** The percentage of the whole.
154
-
-**Value -** The raw numerical value.
143
+
-**Name** - The series or field name.
144
+
-**Percent** - The percentage of the whole.
145
+
-**Value** - The raw numerical value.
155
146
156
147
Labels are displayed in white over the body of the chart. You might need to select darker chart colors to make them more visible. Long names or numbers might be clipped.
157
148
158
-
The following example shows a pie chart with **Name** and **Percent** labels displayed.
Use these settings to define how the legend appears in your visualization. For more information about the legend, refer to [Configure a legend]({{< relref "../../configure-legend" >}}).
169
-
170
-
### Visibility
171
-
172
-
Toggle the switch to turn the legend on or off.
173
-
174
-
### Mode
175
-
176
-
Use these settings to define how the legend appears in your visualization.
177
-
178
-
-**List -** Displays the legend as a list. This is a default display mode of the legend.
179
-
-**Table -** Displays the legend as a table.
149
+
The following example shows a pie chart with **Name** and **Percent** labels displayed:
Control how wide the legend is when placed on the right side of the visualization. This option is only displayed if you set the legend placement to **Right**.
159
+
Use these settings to define how the legend appears in your visualization. For more information about the legend, refer to [Configure a legend](ref:configure-legends).
191
160
192
-
### Values
161
+
<!-- prettier-ignore-start -->
193
162
194
-
Select values to display in the legend. You can select more than one.
163
+
| Option | Description |
164
+
| ------ | ----------- |
165
+
| Visibility | Toggle the switch to turn the legend on or off. |
166
+
| Mode | Use these settings to define how the legend appears in your visualization. Choose from:<ul><li>**List** - Displays the legend as a list. This is a default display mode of the legend.</li><li>**Table** - Displays the legend as a table.</li></ul> |
167
+
| Placement | Select where to display the legend. Choose **Bottom** or **Right**. |
168
+
| Width | Control how wide the legend is when placed on the right side of the visualization. This option is only displayed if you set the legend placement to **Right**. |
169
+
| Legend values | Select values to display in the legend. You can select more than one:<ul><li>**Percent** - The percentage of the whole.</li><li>**Value** - The raw numerical value.</li></ul> |
0 commit comments