diff --git a/docs/SymptomsCausedByCOVIDLots/js/SymptomVsSymptomChartView.js b/docs/SymptomsCausedByCOVIDLots/js/SymptomVsSymptomChartView.js index a71e8ee8dcd..b3db01ea086 100644 --- a/docs/SymptomsCausedByCOVIDLots/js/SymptomVsSymptomChartView.js +++ b/docs/SymptomsCausedByCOVIDLots/js/SymptomVsSymptomChartView.js @@ -23,7 +23,7 @@ class SymptomVsSymptomChartView { datasets: [{ label: 'Scatter Dataset', data: chartData, - backgroundColor: 'rgb(255, 99, 132)' + backgroundColor: 'rgb(0, 0, 255)' }], }; const config = {