mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-09 01:36:51 +01:00
Fix javascript syntax error in docs/general/padding.md (#8907)
This commit is contained in:
@@ -13,7 +13,7 @@ let chart = new Chart(ctx, {
|
||||
type: 'line',
|
||||
data: data,
|
||||
options: {
|
||||
layout:
|
||||
layout: {
|
||||
padding: 20
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user