chart.on = function()

in components/helper/sandbox.ts [94:98]


    chart.on = function(eventName) {
      const res = oldOn.apply(chart, arguments)
      _events.push(eventName)
      return res
    }