DataMetric_Compact

components/data/metric/_/Compact.vue

Compact machine layout with label, value, trend, and spark — no navigation routing.

Requests
24.3
k
+128

Errors
12
-3
Failures
5
+2
Scenarios
No spark
300
+5
Empty spark
300
+5

Overflow spark
300
+5

components/data/metric/_/Compact.vue

Usage

<DataMetric_Compact label = "—" val = "—" unit = "—" :spark = "spark" :trend = "trend" :healthMode = "healthModes.NEVER_HOT" :size = "size" />

Props

PropTypeDefaultDescription
labelString''Component label
valString''Value
unitString''Unit label
sparkArrayundefinedSpark chart data
trendNumberundefinedChange value
healthModeFunctionhealthModes.NEVER_HOTHealth evaluation function
sizeNumberundefinedValue font size

Related