]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Missed some commas
authorEvert Timberg <evert.timberg@gmail.com>
Thu, 4 Jun 2015 00:49:22 +0000 (20:49 -0400)
committerEvert Timberg <evert.timberg@gmail.com>
Thu, 4 Jun 2015 00:49:22 +0000 (20:49 -0400)
docs/01-Line-Chart.md

index 0800eb5b4d74d3c0ddfdc665b7cb981bb6275432..986ec3f426fd291fc280dffca4447c5795f25345 100644 (file)
@@ -48,13 +48,13 @@ var data = {
                        pointBorderWidth: 1,
 
                        // Number or array - Radius of point when hovered
-                       pointHoverRadius: 5
+                       pointHoverRadius: 5,
 
                        // String or array - point background color when hovered
-                       pointHoverBackgroundColor: "rgba(220,220,220,1)"
+                       pointHoverBackgroundColor: "rgba(220,220,220,1)",
 
                        // Point border color when hovered
-                       pointHoverBorderColor: "rgba(220,220,220,1)"
+                       pointHoverBorderColor: "rgba(220,220,220,1)",
 
                        // Number or array - border width of point when hovered
                        pointBorderWidth: 2,