in components/helper/sandbox.ts [57:61]
function setTimeout(func, delay) { const animator = chartSetTimeout(func, delay) animatorIdMap[animatorId] = animator return animatorId++ }