Skip to content

Commit

Permalink
Fix pointBackgroundColor in radar sample (chartjs#6013)
Browse files Browse the repository at this point in the history
  • Loading branch information
kurkle authored and simonbrunel committed Jan 25, 2019
1 parent 942ed63 commit ca478a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/charts/radar.html
Expand Up @@ -102,7 +102,7 @@
label: 'Dataset ' + config.data.datasets.length,
borderColor: newColor,
backgroundColor: color(newColor).alpha(0.2).rgbString(),
pointBorderColor: newColor,
pointBackgroundColor: newColor,
data: [],
};

Expand Down

0 comments on commit ca478a3

Please sign in to comment.