Delay chart load

pull/1/head
Made Baruna 2021-03-29 09:37:41 +08:00
parent f248203bda
commit 8c0bc5533a
1 changed files with 79 additions and 77 deletions

View File

@ -242,6 +242,7 @@
await tick();
setTimeout(() => {
new Chart(pieChart, {
type: 'pie',
data: {
@ -326,6 +327,7 @@
},
},
});
}, 500);
}
function sortPulls() {