Pie widget
A Pie Widget offers a visual representation of categorical data as a circular chart, where each category is depicted as a slice of the pie. The size of each slice corresponds to its relative value within the whole dataset, making it a valuable tool for illustrating proportions and comparisons within the total data set.
Widget Data
When configuring the Pie Widget, you can either perform a simple COUNT
operation over your define category field or you can perform an aggregated operation using AVG
, MAX
, MIN
, or SUM
on your define numeric field for each of the specified categories. For example, you can calculate the AVG signal for each network type.
Widget Display
From Display options, you can also change the formatting of the values displayed. Additionally, you add some notes that support Markdown syntax to provide further context to users.
Widget Behavior
Within the "Behavior" section, you can define how your widget operates: choose between "Viewport" or "Global" modes. Additionally, you can make your widgets collapsible, allowing you to hide them when needed.
Moreover, you can conveniently enabled or disabled the filtering capability of your widget by using the cross-filtering toggle icon.
Learn more about widget behavior here.
Last updated