Commit 437eadf
fix(dashboard): type BarChart orientation via Orientation enum
Import Orientation from @unovis/ts (path-mapped in Nuxt tsconfig) and
bind :orientation="Orientation.Horizontal" instead of the plain string
"horizontal", resolving TS2322 on the orientation prop.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 9f50c84 commit 437eadf
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
220 | 221 | | |
221 | 222 | | |
222 | 223 | | |
223 | | - | |
| 224 | + | |
224 | 225 | | |
225 | 226 | | |
226 | 227 | | |
| |||
0 commit comments