The main use case for the disk usage plugin is probably "identify large jobs eating up the disk". Those generally come with quite big numbers, sometimes with gigabytes of disk usage. Displaying all disk usage sizes in kB makes it really hard to see whether some long number like 56234128 is in the range of 5 or of 50 GB.
I'd therefore like to suggest displaying all sizes in MB by default (I don't care of whether it's 1024*1024 or 1000*1000 but rather about changing the default order of magnitude). I'd assume most people don't care about the loss of precision (in the no longer visible last digits), since they want to identify big jobs.
If this is not possible for some reason, then it would be helpful to at least use the thousands grouping separator to format the labels. E.g. in German locale 1 million would be "1.000.000", in English locale it would be "1,000,000" (AFAIK).
[{"id":-1,"name":"My open issues","jql":"assignee = currentUser() AND resolution = Unresolved order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-2,"name":"Reported by me","jql":"reporter = currentUser() order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-4,"name":"All issues","jql":"order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-5,"name":"Open issues","jql":"resolution = Unresolved order by priority DESC,updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-9,"name":"Done issues","jql":"statusCategory = Done order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-3,"name":"Viewed recently","jql":"issuekey in issueHistory() order by lastViewed DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-6,"name":"Created recently","jql":"created >= -1w order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-7,"name":"Resolved recently","jql":"resolutiondate >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-8,"name":"Updated recently","jql":"updated >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false}]