questions coulor updated.
This commit is contained in:
@@ -11,14 +11,14 @@ class QuestionCreationClass {
|
|||||||
label: 'Responses',
|
label: 'Responses',
|
||||||
data: this.data,
|
data: this.data,
|
||||||
backgroundColor: [
|
backgroundColor: [
|
||||||
'rgba(255, 99, 132, 0.2)',
|
|
||||||
'rgba(54, 162, 235, 0.2)',
|
'rgba(54, 162, 235, 0.2)',
|
||||||
'rgba(255, 206, 86, 0.2)'
|
'rgba(255, 206, 86, 0.2)',
|
||||||
|
'rgba(255, 99, 132, 0.2)'
|
||||||
],
|
],
|
||||||
borderColor: [
|
borderColor: [
|
||||||
'rgba(255, 99, 132, 1)',
|
|
||||||
'rgba(54, 162, 235, 1)',
|
'rgba(54, 162, 235, 1)',
|
||||||
'rgba(255, 206, 86, 1)'
|
'rgba(255, 206, 86, 1)',
|
||||||
|
'rgba(255, 99, 132, 1)'
|
||||||
],
|
],
|
||||||
borderWidth: 1
|
borderWidth: 1
|
||||||
}]
|
}]
|
||||||
|
Reference in New Issue
Block a user