1. File System Analysis
System AdministratorBackground
The administrator needs to identify which sub-directories are consuming the most storage space on a server.
Problem
Large directory trees are difficult to parse in text format, making it hard to spot storage bottlenecks.
How to use
Input the directory structure as JSON, set the value format to 'Thousands (k)', and use the 'Ocean' color scheme.
{"chartTitle": "Server Storage Usage", "valueFormat": "thousands", "colorScheme": "ocean", "chartOrientation": "horizontal"}Outcome
A clear, interactive chart where the width of each block represents the storage size, allowing for instant identification of large folders.