setting backgroundColor of scatter chart

This commit is contained in:
frankknoll
2023-11-09 00:24:46 +01:00
parent 010af053ab
commit cfa314b4ae

View File

@@ -23,7 +23,7 @@ class SymptomVsSymptomChartView {
datasets: [{
label: 'Scatter Dataset',
data: chartData,
backgroundColor: 'rgb(255, 99, 132)'
backgroundColor: 'rgb(0, 0, 255)'
}],
};
const config = {