mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[GH-ISSUE #169] Percentage bar scaling suboptimal when there are lots of relatively small subdirectories #73
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @taladar on GitHub (Aug 6, 2021).
Original GitHub issue: https://github.com/bootandy/dust/issues/169
If even the largest subdirectories are just a relatively small percentage (e.g. < 5%) of the current directory the display of the current directory 100% bar completely hides the detail in the rest of the graph. In this case it might be useful to have an option to skip the display of the 100% bar and scale everything to the next largest bar.
@bootandy commented on GitHub (Sep 4, 2021):
while i sympathise with this I can't imagine a nice way to display that. I think just cutting out the first bar would screw up the placement of the others.