Skip to content

Commit

Permalink
Auto adjust dependency graph label direction
Browse files Browse the repository at this point in the history
  • Loading branch information
avillar committed Jan 2, 2024
1 parent 4ebd314 commit 7942b68
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/bblock/DependencyViewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,10 @@ export default {
},
hover: {
color: node => nodeColors[node.type],
}
},
label: {
directionAutoAdjustment: true,
},
},
edge: {
normal: {
Expand Down

0 comments on commit 7942b68

Please sign in to comment.