Lumeo

Delta

Trend indicator showing delta value with up/down arrow and color.

Installation

dotnet add package Lumeo

One-time app setup (AddLumeo(), CSS & JS) is covered in the installation guide.

Usage

@using Lumeo

<Delta />

When to Use

  • Show percentage or absolute change next to a KPI metric.
  • Indicate revenue growth, churn delta, or inventory variance at a glance.
  • Use Positive="DeltaDirection.Bad" for metrics where lower is better (e.g. error rate).
+12.5% -3.2% 0%
+420 -88
-5.1% +2.3%
+7.4% -1.9%

API Reference

Delta

  • KpiCard — Dashboard KPI tile that embeds a Delta for trend display.
  • SparkCard — Small card with an inline sparkline chart.
  • Statistic — Big-number statistic display with label and unit.