Start with four pinned columns: day, channel, orders, and note.
Before plotting, assign roles. day is the date column, channel is a label column, orders is the value column, and note is context to leave out of the plot.
A tiny data-dictionary readout: inspect column types, units, and roles before choosing which fields belong in a plot.
highlighted = computed this step
Read the data dictionary
Start with 4 pinned columns and read their types and units.
read dictionary
Assign plotting roles
Assign roles before plotting: day is date, channel is label, orders is value, note is context.
assign roles
Choose columns before plotting
For orders by day, choose day as the date column and orders as the value column.
choose columns
Check the plan
Check: use day for date, orders for value, channel for label, and leave note out of the plot.