Skip to content

Commit

Permalink
Fix javascript syntax error in docs/general/padding.md (#8907)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaaGER committed Apr 16, 2021
1 parent cc4ce7a commit be7a2ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/general/padding.md
Expand Up @@ -13,7 +13,7 @@ let chart = new Chart(ctx, {
type: 'line',
data: data,
options: {
layout:
layout: {
padding: 20
}
}
Expand Down

0 comments on commit be7a2ce

Please sign in to comment.