Modifying the original with my data Enclosure diagrams use containment to represent the hierarchy. Although circle packing is not as space-efficient as a treemap, it better reveals the hierarchy. Implementation based on work by Jeff Heer. Data shows the Flare class hierarchy, also courtesy Jeff Heer.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"nodes":[{"name":"0471081124","title":"Lessons Learned in Software Testing: A Context-Driven Approach","count":11,"group":1},{"name":"0471358460","title":"Testing Computer Software, 2nd Edition","count":7,"group":1},{"name":"0201796198","title":"How to Break Software: A Practical Guide to Testing W/CD","count":9,"group":1},{"name":"0470404159","title":"Managing the Testing Process: Practical Tools and Techniques for Managing Hardware and Software Testing","count":9,"group":1},{"name":"0672327988","title":"Software Testing (2nd Edition)","count":5,"group":1},{"name":"0321534468","title":"Agile Testing: A Practical Guide for Testers and Agile Teams","count":10,"group":1},{"name":"1439229074","title":"Software Testing: Fundamental Principles and Essential Knowledge","count":4,"group":1},{"name":"0321803027","title":"How Google Tests Software","count":10,"group":1},{"name":"0201432870","title":"Automated Software Testing: Introduction, Management, and Performance: Introduction, Management, and Performance","coun |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "City Population", | |
"children": [ | |
{ | |
"name": "India", | |
"children": [ | |
{ | |
"name": "Thanjavur", | |
"size": "222619", | |
"link": "http://en.wikipedia.org/wiki/Thanjavur" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Editor backup files | |
*.bak | |
*~ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Editor backup files | |
*.bak | |
*~ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Area", | |
"children": [ | |
{ | |
"name": "group0", | |
"children": [ | |
{ | |
"name": "Tokelau", | |
"size": 1500000, | |
"link": "https://www.cia.gov/library/publications/the-world-factbook/geos/tl.html" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Area", | |
"children": [ | |
{ | |
"name": "group3", | |
"children": [ | |
{ | |
"name": "group0", | |
"children": [ | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"> | |
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.js?1.27.2"></script> | |
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.layout.js?1.27.2"></script> | |
<style> | |
.link { | |
fill: none; |