From: Michael Oberwasserlechner Date: Sun, 24 Jul 2016 08:49:03 +0000 (+0200) Subject: Remove non existing property from radar samples #3026 X-Git-Tag: v2.2.0~8^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3027%2Fhead;p=thirdparty%2FChart.js.git Remove non existing property from radar samples #3026 --- diff --git a/samples/radar-skip-points.html b/samples/radar-skip-points.html index a67331416..9d0816d4b 100644 --- a/samples/radar-skip-points.html +++ b/samples/radar-skip-points.html @@ -49,16 +49,14 @@ 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] }] }, diff --git a/samples/radar.html b/samples/radar.html index fc888a075..4203cff15 100644 --- a/samples/radar.html +++ b/samples/radar.html @@ -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()] },] },