Processes data for XY charts including scatter and line charts. Used internally within the SveltePlot package.
xy_chart(
data,
create_configurations,
size,
alpha,
tooltip,
colors,
include_legend,
facet_var
)
Configuration list with modified data for XY 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.
Whether to include legend in the chart.