From: Jukka Kurkela Date: Fri, 25 Jan 2019 10:48:01 +0000 (+0200) Subject: Fix pointBackgroundColor in radar sample (#6013) X-Git-Tag: v2.8.0-rc.1~47 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e6a0c8690981de60d789f74e605f6d6b4557e3f6;p=thirdparty%2FChart.js.git Fix pointBackgroundColor in radar sample (#6013) --- diff --git a/samples/charts/radar.html b/samples/charts/radar.html index b08c3e81c..3f75863d1 100644 --- a/samples/charts/radar.html +++ b/samples/charts/radar.html @@ -102,7 +102,7 @@ label: 'Dataset ' + config.data.datasets.length, borderColor: newColor, backgroundColor: color(newColor).alpha(0.2).rgbString(), - pointBorderColor: newColor, + pointBackgroundColor: newColor, data: [], };