fix(frontend): Fix pie animation + actions wrap (#953)

Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com>
This commit is contained in:
Faton Ramadani
2022-11-28 11:31:17 +01:00
committed by GitHub
co-authored by Ruben Fiszel
parent d9f544ea20
commit ed7838d6bc
2 changed files with 3 additions and 2 deletions
@@ -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"