From 02f34f4e92c8947ea30f5ee3fbf13bf628fc569d Mon Sep 17 00:00:00 2001 From: Vanderhoven Nick Date: Wed, 25 May 2016 11:03:50 +0200 Subject: [PATCH] This fixes documentation issue #2628 --- docs/02-Line-Chart.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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,