Line Chart
Show trends over time. Use when continuity between data points matters, such as revenue tracking or performance monitoring.
Installation
dotnet add package Lumeo.Charts
One-time app setup (AddLumeo(), CSS & JS) is covered in the
installation guide.
Usage
@using Lumeo <LineChart />
Bezier-smoothed curves with dot markers — a clean default for multi-series trend comparisons.
Replace ECharts' default tooltip body with any Razor markup — themed cards, formatted numbers, child components. With axis-trigger (the default) the slot receives every series at the hovered category via ctx.Points.
Declaratively overlay target lines and healthy / critical bands. Each child translates to ECharts' native markLine / markArea without you touching EChartOption.
Precise straight-line segments without markers keep focus on broad trends rather than individual data points.
Compare three key metrics simultaneously. Smooth curves reduce noise when datasets overlap frequently.
Show the exact value at each data point — useful for executive summaries or printable reports.
A 60-day daily view with the DataZoom slider so users can zoom into any specific window.
Override the palette with brand colors and hide the legend for a minimal single-focus layout.