mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-21 00:02:30 +00:00
fix(frontend): Fix pie animation + actions wrap (#953)
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com>
This commit is contained in:
co-authored by
Ruben Fiszel
parent
d9f544ea20
commit
ed7838d6bc
@@ -36,7 +36,8 @@
|
||||
)
|
||||
|
||||
let options = {
|
||||
responsive: true
|
||||
responsive: true,
|
||||
animation: false
|
||||
}
|
||||
|
||||
let result: ChartData<'pie', number[], unknown> | undefined = undefined
|
||||
|
||||
@@ -138,7 +138,7 @@
|
||||
)}
|
||||
>
|
||||
<span class="text-xs">{key}</span>
|
||||
<div>
|
||||
<div class="flex gap-2">
|
||||
<Button
|
||||
size="xs"
|
||||
color="light"
|
||||
|
||||
Reference in New Issue
Block a user