Pie Chart¶
Generally suitable for showing the comparison of data groups.
Chart types include:
- Pie Chart: Displays the comparison of data groups, more suitable for scenarios with fewer sample metrics.
- Donut Chart: More suitable for reflecting the proportion of parts in multiple sample metrics.
- Rose Chart: The size of the arc radius represents the size of the data, suitable for scenarios with too many classifications, and for comparing proportions and sizes of similar values.
Chart Configuration¶
For more details, refer to Chart Configuration.
Merge Data Items¶
If there are too many slices with small proportions in the pie chart, you can use merging to aggregate data into the "Other" slice, allowing you to view slices with higher priority proportions and improve the readability of the pie chart.
After configuring the merge, the pie chart will add an "Other" slice, representing the aggregated data of the merged slices.
- Before Merging:
- After Merging:


