if (!isNullOrUndefined(this.tooltip)
      && !isNullOrUndefined(this.tooltip.plain)
      && this.tooltip.plain.length > 0) {
      const array = this.tooltip.plain.match(/<([^>]*)>/);
      if (array && array.length > 1) {