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:
idLabels: C1idValues: C2R PieChart action button onto your pipeline.idLabels to the column containing the labels (e.g., C1)idValues to the column containing the values (e.g., C2)
.png file will be generated in the Records tab.
idValues column contains numeric values.idLabels to improve interpretability.