]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Fix pointBackgroundColor in radar sample (#6013)
authorJukka Kurkela <jukka.kurkela@gmail.com>
Fri, 25 Jan 2019 10:48:01 +0000 (12:48 +0200)
committerSimon Brunel <simonbrunel@users.noreply.github.com>
Fri, 25 Jan 2019 10:48:01 +0000 (11:48 +0100)
samples/charts/radar.html

index b08c3e81ccc0df595dd83e2937a699eda993ce37..3f75863d1027e340b39155e787b70d6bbf1a4016 100644 (file)
                                label: 'Dataset ' + config.data.datasets.length,
                                borderColor: newColor,
                                backgroundColor: color(newColor).alpha(0.2).rgbString(),
-                               pointBorderColor: newColor,
+                               pointBackgroundColor: newColor,
                                data: [],
                        };