]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Fix scales option in example (#9146)
authorSylhare <sylhare@outlook.com>
Fri, 21 May 2021 21:56:21 +0000 (17:56 -0400)
committerGitHub <noreply@github.com>
Fri, 21 May 2021 21:56:21 +0000 (17:56 -0400)
docs/axes/cartesian/index.md

index c4fc4f2ecacb68dd839623564d63f57d9339f8bd..a824576ffa6b56a78fb25b1431644cb9cc0c9c3c 100644 (file)
@@ -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'
-            }]
+            }
         }
     }
 });