A row chart is essentially a horizontal column chart. It can be particularly useful where the goal is to rank data items.
Add a .cap(n) property to the rowchart to limit the number of bars show. Remaining bars are grouped into "Others"
To stop the "Others" bar being shown, add an .othersGrouper(false) property to the rowchart.