Skip to content

Commit

Permalink
Add some padding between tooltip color and text
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond committed Feb 17, 2023
1 parent 35b7a21 commit 4f4c059
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions site/content/docs/5.3/examples/dashboard-rtl/dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
plugins: {
legend: {
display: false
},
tooltip: {
boxPadding: 3
}
}
}
Expand Down
3 changes: 3 additions & 0 deletions site/content/docs/5.3/examples/dashboard/dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
plugins: {
legend: {
display: false
},
tooltip: {
boxPadding: 3
}
}
}
Expand Down

0 comments on commit 4f4c059

Please sign in to comment.