smitajoshi12 opened a new pull request, #6801: URL: https://github.com/apache/ozone/pull/6801
## What changes were proposed in this pull request? Recon Disk Usage if one entity is large it occupies almost all space and other entities are not visible in Pie Chart. Please describe your PR in detail: file1 -> Size -> 1 KB file2 -> Size -> 10 KB file3 -> Size -> 1 GB The API endpoint would return a response in descending order of size. However, the problem is that the UI representation becomes skewed, as shown in the image below: Here, we have three directories with sizes 1 KB, 10 KB, and 1 GB. I believe the size of each part of the pie chart is relative to the file size, but this creates a poor user experience. We need to address this issue to improve the user interface. ## What is the link to the Apache JIRA [ ](https://issues.apache.org/jira/browse/HDDS-10864) ## How was this patch tested? Manually -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
