const labelPadding =
        Math.tan(normAngle) < this._label.offsetHeight / this._label.offsetWidth
          ? this._label.offsetWidth / 2 / Math.cos(normAngle) + 15 // 15px padding
          : this._label.offsetHeight / 2 / Math.cos(Math.PI / 2 - normAngle) + 15;