Commit 0009331
fix(dashboard): correct horizontal bar axis + donut segment slivers
- Top-projects BarChart is orientation=horizontal, so the category
(project name) lives on the Y axis. The index→label formatter was
bound to x-formatter, leaving the value axis and a lone category
label swapped. Move it to y-formatter; the X axis auto-renders the
numeric value.
- Unovis draws a fixed light stroke between donut segments that does
not follow the theme, so it showed as white slivers on the dark
dashboard. Repaint via a scoped :deep() rule using the --ui-bg token
(theme-safe), scoped to the donut card so area/bar paths are
untouched.
Both verified visually in a dark + bg-default reproduction of the
reported scenario.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 5752139 commit 0009331
1 file changed
Lines changed: 16 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
71 | 73 | | |
72 | 74 | | |
73 | 75 | | |
| |||
197 | 199 | | |
198 | 200 | | |
199 | 201 | | |
200 | | - | |
| 202 | + | |
201 | 203 | | |
202 | 204 | | |
203 | 205 | | |
| |||
224 | 226 | | |
225 | 227 | | |
226 | 228 | | |
227 | | - | |
| 229 | + | |
228 | 230 | | |
229 | 231 | | |
230 | 232 | | |
| |||
339 | 341 | | |
340 | 342 | | |
341 | 343 | | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
0 commit comments