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.

For more complex and custom calculations, you can select the custom aggregation option to create your own SQL Expression. With this option, you can use a wide range of SQL functions, operators and syntax using single or multiple columns from your data source.

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.
You can also enable or disable the widget’s filtering capability using the cross-filtering toggle icon. When enabled, the widget can filter itself and other components connected to the same data source or across multiple sources if they share the same property.
Learn more about widget behavior here.
Last updated
Was this helpful?