Skip to content

Commit a27de5c

Browse files
committed
Group nodes are now colored the same as package nodes in the treemap.
1 parent bc53fa6 commit a27de5c

File tree

1 file changed

+1
-1
lines changed
  • codepulse/src/main/resources/toserve/pages/traces

1 file changed

+1
-1
lines changed

codepulse/src/main/resources/toserve/pages/traces/traces.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ $(document).ready(function(){
109109
if(latest) return latest
110110
else colorLegend = {}
111111
}
112-
var ignoredKinds = d3.set(['package', 'root'])
112+
var ignoredKinds = d3.set(['group', 'package', 'root'])
113113

114114
var coloringFunc = function(allNodes){
115115

0 commit comments

Comments
 (0)