resume()

in components/helper/sandbox.ts [152:156]


    resume() {
      if (chartInstance) {
        chartInstance.getZr().animation.resume()
      }
    },