Dashboard Widget's 'Limit to 5' should limit to 5 and not aggregate the rest as a 6th called Other
- Dominant language
- Python
- Stars
- 44.8k
- Forks
- 4.9k
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 624
Description
### Problem Statement
Many widgets that you make, have a lot of weird skew and wasted space along the y-axis. Often it's due to outlier values and all the values 'n' beyond the Top 5 that you'e selected, getting aggregated together into a 6th result. It looks like this, and I've seen much worse cases of it:

So you can un-click 'Other' to hide it, but after months of working with the Product, I didn't even realize that was a feature.
Notice how much cleaner it is now, and the y-axis only goes up to 18 instead of 25

Concerned customers don't know how to do this
Concerned that 'Limit5' should only limit you to 5 and not show 6
## Widget Config

single project, hiding the project name:

### Solution Brainstorm
Make LImit 5... limit you to 5.
Or give some kind of extra option when editting the Widget, "Ignore the rest from grouping into a 6th" somehow.
### Product Area
Dashboards
Contributor guide
Assessment
This issue has not been assessed yet.