Plot an ordered numeric series as connected line segments.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
Ordered observations are mapped to x positions and numeric y values, then connected with straight or smoothed segments; multiple series share the same coordinate scales. The x ordering carries meaning, so points should represent a sequence such as time or rank.
Title: Weekly Temperature
X axis: Day
Y axis: Temp (F)
Series: [{"name":"Temperature","data":[68,72,75,71,69,74,76]}]
Labels: ["Mon","Tue","Wed","Thu","Fri","Sat","Sun"]
xychart-beta
title "Weekly Temperature"
x-axis "Day" ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"]
y-axis "Temp (F)"
line [68, 72, 75, 71, 69, 74, 76]
Revenue reports, latency monitors, and measured trends use line charts.