DataPercentBar
components/data/PercentBar.vue
Wraps UxPercentBar with compact-formatted total text and percent-width bar.
2.4M
840K
120K
components/data/PercentBar.vue
Usage
<DataPercentBar
:total = "0"
:percent = "0"
/>
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| total | Number | 0 | Total value, formatted with compact notation |
| percent | Number | 0 | Bar width percentage (0–100) |