Transforms data for rendering density charts. This function is part of the internal mechanics for data preparation in SveltePlot charts.
density_chart(
data,
create_configurations,
size,
alpha,
tooltip,
colors,
include_legend,
facet_var
)
Configuration list with modified data for density chart.
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.
Logical indicating whether to include a legend.