From: Sylhare Date: Fri, 21 May 2021 21:56:21 +0000 (-0400) Subject: Fix scales option in example (#9146) X-Git-Tag: v3.3.0~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ee519606f290e223fef06301cea1b0ee38ff00ed;p=thirdparty%2FChart.js.git Fix scales option in example (#9146) --- 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' - }] + } } } });