const tsTable = tagSummary.map((row) => {
    return [row.name, row.actual, asciiBar(row.barLen, 30, false)]
  })