diff --git a/docs/SymptomsCausedByCOVIDLots/index.html b/docs/SymptomsCausedByCOVIDLots/index.html index 1f48be1bb12..5b2015cb1f9 100644 --- a/docs/SymptomsCausedByCOVIDLots/index.html +++ b/docs/SymptomsCausedByCOVIDLots/index.html @@ -54,7 +54,11 @@ prrBySymptomTableElement: $('#prrBySymptomTable'), downloadPrrBySymptomTableButton: document.querySelector("#downloadPrrBySymptomTable") }, - symptomVsSymptomChartViewElement: document.querySelector('#symptomVsSymptomChartView') + symptomVsSymptomChart: { + symptomSelectXElement: $('#symptomSelectX'), + symptomSelectYElement: $('#symptomSelectY'), + symptomVsSymptomChartViewElement: document.querySelector('#symptomVsSymptomChartView') + } } ); }); @@ -13831,10 +13835,26360 @@