Create a Pie Chart.

Parameters:

Parameters:
This plot is a popular visualization, although it should not be used in most cases as a histogram typically gives a better visualization.
The input table is:
The input table can easily be created using an Aggregate Action.
The different available palettes are:

The R PieChart action button is used to create pie charts from tabular data using R-based rendering. It takes label-value pairs from an input table and produces a high-quality pie chart image for visualization and reporting purposes.
This action button leverages the R language to render pie charts from data contained in two columns:
The resulting chart is saved as a .png image file and can be viewed in the Records tab after execution.
Use an InlineTable or similar component to feed the following data into the R PieChart:
| C1 | C2 |
|---|---|
| 123 | 2233 |
| 423234 | 3322 |
| 34444 | 76554 |
Configure the columns list:
Labels of the different pies: C1Sizes of the different pies: C2R PieChart action button onto your pipeline.Labels of the different pies to the column containing the labels (e.g., C1)Sizes of the different pies to the column containing the values (e.g., C2)
.png file will be generated in the Records tab.
Sizes of the different pies column contains numeric values.Labels of the different pies to improve interpretability.