From cfa314b4ae04877560db08412e1f5ab7ea4d7692 Mon Sep 17 00:00:00 2001 From: frankknoll Date: Thu, 9 Nov 2023 00:24:46 +0100 Subject: [PATCH] setting backgroundColor of scatter chart --- docs/SymptomsCausedByCOVIDLots/js/SymptomVsSymptomChartView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {