mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Add d3 treemap of command logger data
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user