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
| Prop | Type | Default | Description |
|---|---|---|---|
| val | Number | undefined | Numeric value |
| unit | String | '' | Unit label |
| trend | Number | undefined | Change value |
| healthMode | Function | healthModes.NEVER_HOT | Health evaluation function |