]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Remove non existing property from radar samples #3026 3027/head
authorMichael Oberwasserlechner <michaelowl@gmail.com>
Sun, 24 Jul 2016 08:49:03 +0000 (10:49 +0200)
committerMichael Oberwasserlechner <michaelowl@gmail.com>
Sun, 24 Jul 2016 08:49:03 +0000 (10:49 +0200)
samples/radar-skip-points.html
samples/radar.html

index a67331416ebc45765575974bf4c884a07901943b..9d0816d4b478d82fcb94dafb437af7bb5f7dd0a0 100644 (file)
                 borderColor: 'rgb(255, 0, 255)',
                 backgroundColor: "rgba(0, 255, 0, 0.5)",
                 pointBackgroundColor: "rgba(151,187,205,1)",
-                hoverPointBackgroundColor: "#fff",
-                pointHighlightStroke: "rgba(151,187,205,1)",
+                pointHoverBackgroundColor: "#fff",
                 data: [randomScalingFactor(), randomScalingFactor(), NaN, randomScalingFactor(), randomScalingFactor(), randomScalingFactor(), randomScalingFactor()]
             },{
                 label: "Skip last dataset",
                 borderColor: 'rgb(0, 255, 255)',
                 backgroundColor: "rgba(0, 0, 255, 0.5)",
                 pointBackgroundColor: "rgba(151,187,205,1)",
-                hoverPointBackgroundColor: "#fff",
-                pointHighlightStroke: "rgba(151,187,205,1)",
+                pointHoverBackgroundColor: "#fff",
                 data: [randomScalingFactor(), randomScalingFactor(), randomScalingFactor(), randomScalingFactor(), randomScalingFactor(), randomScalingFactor(), NaN]
             }]
         },
index fc888a0750c62fe7dce0969bf0b70363281fc276..4203cff15549b54f19f83d3c3fd448bf050dbfe8 100644 (file)
@@ -51,8 +51,7 @@
                 label: "My Second dataset",
                 backgroundColor: "rgba(151,187,205,0.2)",
                 pointBackgroundColor: "rgba(151,187,205,1)",
-                hoverPointBackgroundColor: "#fff",
-                pointHighlightStroke: "rgba(151,187,205,1)",
+                pointHoverBackgroundColor: "#fff",
                 data: [randomScalingFactor(), randomScalingFactor(), randomScalingFactor(), randomScalingFactor(), randomScalingFactor(), randomScalingFactor(), randomScalingFactor()]
             },]
         },