Skip to content
This repository was archived by the owner on Nov 25, 2021. It is now read-only.

Commit 8280b5b

Browse files
author
sluger
committed
fix tree example padding
1 parent 30ab124 commit 8280b5b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

samples/horizontal-tree.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@
8484
},
8585
layout: {
8686
padding: {
87-
// add more space at the bottom for the hierarchy
88-
bottom: 45
87+
// add more space at left for the hierarchy
88+
left: 45
8989
}
9090
},
9191
scales: {

samples/vertical-tree.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
layout: {
8888
padding: {
8989
// add more space at the bottom for the hierarchy
90-
bottom: 45
90+
bottom: 60
9191
}
9292
},
9393
scales: {

0 commit comments

Comments
 (0)