diff --git a/docs/02-Line-Chart.md b/docs/02-Line-Chart.md index e4895083b..92736614d 100644 --- a/docs/02-Line-Chart.md +++ b/docs/02-Line-Chart.md @@ -128,9 +128,11 @@ new Chart(ctx, { type: 'line', data: data, options: { - xAxes: [{ - display: false - }] + scales: { + xAxes: [{ + display: false + }] + } } }); // This will create a chart with all of the default options, merged from the global config,