Fix javascript syntax error in docs/general/padding.md (#8907)

This commit is contained in:
Касымов Нурлан
2021-04-16 20:32:26 +03:00
committed by GitHub
parent cc4ce7adef
commit be7a2ce69e

View File

@@ -13,7 +13,7 @@ let chart = new Chart(ctx, {
type: 'line',
data: data,
options: {
layout:
layout: {
padding: 20
}
}