From ee519606f290e223fef06301cea1b0ee38ff00ed Mon Sep 17 00:00:00 2001 From: Sylhare Date: Fri, 21 May 2021 17:56:21 -0400 Subject: [PATCH] Fix scales option in example (#9146) --- docs/axes/cartesian/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/axes/cartesian/index.md b/docs/axes/cartesian/index.md index c4fc4f2ec..a824576ff 100644 --- a/docs/axes/cartesian/index.md +++ b/docs/axes/cartesian/index.md @@ -312,7 +312,7 @@ var myChart = new Chart(ctx, { }, 'second-y-axis': { type: 'linear' - }] + } } } }); @@ -352,7 +352,7 @@ var myChart = new Chart(ctx, { 'right-y-axis': { type: 'linear', position: 'right' - }] + } } } });