resize()

in components/helper/sandbox.ts [118:122]


    resize() {
      if (chartInstance) {
        chartInstance.resize()
      }
    },