New backup 2025-07-25 14:21:51
This commit is contained in:
parent
ca284656da
commit
cedf37d3d7
1 changed files with 7 additions and 5 deletions
|
@ -3,8 +3,10 @@
|
|||
:class "metric"
|
||||
:space-evenly false
|
||||
(box :class "label" label)
|
||||
(circular-progress
|
||||
:value value
|
||||
:start-at 0
|
||||
:thickness 10
|
||||
:clockwise true)))
|
||||
(transform :rotate 50
|
||||
:transform-origin-x '50%'
|
||||
:transform-origin-y '50%'
|
||||
(circular-progress :value value
|
||||
:start-at 0
|
||||
:thickness 10
|
||||
:clockwise true))))
|
||||
|
|
Loading…
Add table
Reference in a new issue