DataMetric_InlineTrend

components/data/metric/_/InlineTrend.vue

Minimal layout showing only value and trend side-by-side.

24.3
k
+128
142
ms
+12ms
5
+3
components/data/metric/_/InlineTrend.vue

Usage

<DataMetric_InlineTrend :val = "val" unit = "—" :trend = "trend" :healthMode = "healthModes.NEVER_HOT" />

Props

PropTypeDefaultDescription
valNumberundefinedNumeric value
unitString''Unit label
trendNumberundefinedChange value
healthModeFunctionhealthModes.NEVER_HOTHealth evaluation function

Related