There is obviously no <script src="..">
; in mongo shell, nor is there an "include" or "run" command.
Let's say, I'd like to embed the follwing libraries:
underscore.js
xdate.js
xdate.i18n.js
There is obviously no <script src="..">
; in mongo shell, nor is there an "include" or "run" command.
Let's say, I'd like to embed the follwing libraries:
underscore.js
xdate.js
xdate.i18n.js
This bar chart visualizes hierarchical data using D3. Each blue bar represents a folder, whose length encodes the total size of all files in that folder (and all subfolders). Clicking on a bar dives into that folder, while clicking on the background bubbles back up to the parent folder. The effect is similar to a zoomable partition layout, though in a more conventional display.