getDataURL()

in components/helper/sandbox.ts [131:136]


    getDataURL() {
      return chartInstance.getDataURL({
        pixelRatio: 2,
        excludeComponents: ['toolbox']
      })
    },