function setInterval()

in components/helper/sandbox.ts [62:66]


  function setInterval(func, gap) {
    const animator = chartSetInterval(func, gap)
    animatorIdMap[animatorId] = animator
    return animatorId++
  }