Inline Labels Line
A multi-series line chart that labels each series directly at its endpoint — showing name, latest value, and period-over-period delta. Eliminates the need for a separate legend and makes trends instantly readable.
Examples
When to Use
- Comparing multiple KPI trends over time (revenue by region, team velocity)
- Executive dashboards where readers need name + value + change at a glance
- Replacing a standard line chart when the legend is hard to cross-reference
- Time-series forecasting with the Date Logic feature to dim past / dot future
Data Roles
Settings
Lines & Fill
Curve
dropdownLine interpolation: monotone (smooth) or linear.
Default:monotoneLine Width
numberStroke width in pixels (1–6).
Default:2.5Show Area Fill
booleanFill the area under each line.
Default:trueArea Opacity
numberOpacity of the area fill (0–0.4).
Default:0.12Markers
Mode
dropdownWhich data points get dot markers: none, last, or last 2.
Default:last2Last Marker Size
numberRadius of the latest point marker.
Default:7Inline Labels
Enabled
booleanShow inline end-labels for each series.
Default:trueContent
dropdownWhat to display: name + value + delta, name + value, name only, or value + delta.
Default:name_value_deltaDelta Mode
dropdownHow to show the change: percent, absolute, both, or none.
Default:percentShow Leader Lines
booleanDraw connector lines from the data point to the label.
Default:truePoint Values
Show Values
booleanDisplay value labels at each data point.
Default:trueDensity
dropdownAuto hides labels to prevent overlap; All shows every label.
Default:autoDate Logic
Enabled
booleanApply special styling to past vs. future dates.
Default:falseFuture Style
dropdownRender future segments as dotted or solid lines.
Default:dottedCommon settings like Tooltip, Axis, and Small Multiples configuration are covered in Shared Concepts.
Tips & Best Practices
- Inline labels replace the need for a traditional legend — each series is labeled at its endpoint with name, value, and delta
- Enable Date Logic to automatically dim past data and dot future projections
- Use the "last2" marker mode to highlight the latest two data points for quick trend reading