Transforms and bins data for histogram chart rendering within the SveltePlot package.
histogram(
data,
create_configurations,
size,
alpha,
tooltip,
colors,
breaks,
include_legend,
facet_var
)
Configuration list with modified data for histogram.
Data frame to be processed.
Function to create default configurations for charts.
alpha, tooltip Visual properties for the chart.
Custom colors for the chart, if specified.
Break points for histograms.
Logical indicating whether to include a legend.