Create a Histogram chart.

Parameters:
See dedicated page for more information.
R_Histogram is a scripted action. Embedded code is accessible and customizable through this tab.
See dedicated page for more information.
Status: Deprecated
UseR_HistogramGGP2instead for modern, stable usage and better compatibility with headless environments.
The R_Histogram action button creates multiple histogram plots from already aggregated numeric data. It expects the input data to contain pre-aggregated values, and renders separate histograms for each variable or group present in the dataset.
This component is designed to visualize the distribution of numeric variables using base R graphics. However, due to its reliance on windows() for plot rendering, this action is incompatible with Linux/headless servers, which may result in execution errors.
windows() graphical device which only works on interactive Windows OS.R_HistogramGGP2 for compatibility with Linux-based ETL platforms.