]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
added comma to fix syntax issue (#8177)
authorSalman Kazmi <slmnkzm@gmail.com>
Wed, 16 Dec 2020 15:35:54 +0000 (21:05 +0530)
committerGitHub <noreply@github.com>
Wed, 16 Dec 2020 15:35:54 +0000 (10:35 -0500)
docs/docs/charts/mixed.mdx

index fe58df44c6205344309ad7b3134b46032e51bf8c..0a5823f47167079177ffcd87d947cd1b3aa52f3d 100644 (file)
@@ -14,7 +14,7 @@ var mixedChart = new Chart(ctx, {
             label: 'Bar Dataset',
             data: [10, 20, 30, 40]
         }, {
-            type: 'line'
+            type: 'line',
             label: 'Line Dataset',
             data: [50, 50, 50, 50],
         }],