if (numTooltips) {
      [text] = tooltips;
      for (let i = 1; i < numTooltips; i++) {
        text = `${text}\n\n${tooltips[i]}`;
      }