Skip to content

Commit c05bdde

Browse files
committed
Switch back to compactBox layout
1 parent 3904a0e commit c05bdde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

redisinsight/ui/src/packages/ri-explain/src/Explain.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ function ExplainDraw({data, type, module, profilingTime}: {data: any, type: Core
191191

192192
window.addEventListener('resize', resize)
193193

194-
const result = Hierarchy.dendrogram(data, {
194+
const result = Hierarchy.compactBox(data, {
195195
direction: 'BT',
196196
getHeight() {
197197
return 200
@@ -200,7 +200,7 @@ function ExplainDraw({data, type, module, profilingTime}: {data: any, type: Core
200200
return 250
201201
},
202202
getHGap() {
203-
return 0
203+
return 50
204204
},
205205
getVGap() {
206206
return 0

0 commit comments

Comments
 (0)