Add d3 treemap of command logger data

This commit is contained in:
Kevin Sawicki
2012-12-27 16:46:48 -08:00
parent 1723aba993
commit bd68dc618a
4 changed files with 7925 additions and 28 deletions

View File

@@ -5,21 +5,26 @@
top: 0px;
left: 0px;
background: #1e1e1e;
color: #d2d2d2;
color: #eee;
overflow: auto;
opacity: 0.85;
z-index: 99;
padding: 20px;
}
.command-logger li {
padding: 5px;
.command-logger .category-header {
text-align: center;
padding-bottom: 10px;
}
.command-logger .event-count {
padding-right: 10px;
.command-logger .tree-map {
margin: auto;
position: relative;
width: 960px;
height: 700px;
background-color: #efefef;
}
.command-logger .event-description {
padding-right: 10px;
.command-logger .node text {
font-size: 10px;
fill: #111;
}