Skip to content

Commit 83b542d

Browse files
Jonathan ZakJonathan Zak
authored andcommitted
Add radix index probe icon, adjust spacing
1 parent 96af544 commit 83b542d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/views/cytoscape/media/explain.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ const cy = cytoscape({
3939
// Layout options
4040
layout: {
4141
name: "grid",
42-
padding: 100, // Padding around the graph
43-
spacingFactor: 0.4, // Spacing between nodes
42+
padding: 50, // Padding around the graph
43+
spacingFactor: 0.9, // Spacing between nodes
4444
},
4545
});
4646

src/views/results/explain/icons.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export const icons = {
2626
"Index Scan - Key Selection, Parallel": `key`,
2727
"Insert": `insert`,
2828
"Nested Loop Join": `add`,
29+
"Radix Index Probe": `list-selection`,
2930
"Select": `selection`,
3031
"Skip Sequential Table Scan": `list-unordered`,
3132
"Skip Sequential Table Scan, Parallel": `list-unordered`,

0 commit comments

Comments
 (0)