svg.on('mousemove', (event) => {
      const coords = pointer(event)
      this.gotPoint(coords[0], coords[1])
    })