coppied to wrong place in file, backgroundColor should be in the data… (#8081)

* coppied to wrong place in file, backgroundColor should be in the dataset and not after the datasets array
* fixed indenting and color to be more in line with bublle and pie color
This commit is contained in:
LeeLenaleee 2020-11-19 21:33:59 +01:00 committed by GitHub
parent 99aa1a4215
commit 5f099f3822
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,9 +27,9 @@ function example() {
}, {
x: 0.5,
y: 5.5
}]
}],
backgroundColor: 'rgb(255, 99, 132)'
}],
backgroundColor: 'red'
},
options: {
scales: {