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