Fix pointBackgroundColor in radar sample (#6013)

This commit is contained in:
Jukka Kurkela 2019-01-25 12:48:01 +02:00 committed by Simon Brunel
parent 05e9627510
commit e6a0c86909

View File

@ -102,7 +102,7 @@
label: 'Dataset ' + config.data.datasets.length,
borderColor: newColor,
backgroundColor: color(newColor).alpha(0.2).rgbString(),
pointBorderColor: newColor,
pointBackgroundColor: newColor,
data: [],
};