let hexRadius = d3.min([
      this.width / ((this.numColumns + 0.5) * this.SQRT3),
      this.height / ((this.numRows + 1 / 3) * 1.5),
    ]);