Skip to content

Commit

Permalink
Fix pointBackgroundColor in radar sample (#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 05e9627 commit e6a0c86
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 e6a0c86

Please sign in to comment.