Skip to content

Commit b5db240

Browse files
committed
Updated quidel signals to production names; leaving manual range spec in while we wait for tonight's metadata update
1 parent f067a0b commit b5db240

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/stores/constants.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -242,17 +242,17 @@ export const sensorList = [
242242
},
243243
{
244244
name: 'COVID-19 Antigen Tests (Quidel)',
245-
id: 'quidel-covidtest',
245+
id: 'quidel',
246246
tooltipText: 'Daily test positivity rate for COVID-19 antigens, based on data provided by Quidel, Inc.',
247247
mapTitleText: 'Daily test positivity rate for COVID-19 antigens',
248248
chartTitleText: 'Daily test positivity rate for COVID-19 antigens',
249249
yAxis: 'Percentage',
250250
format: 'percent',
251-
signal: 'wip_smoothed_pct_positive',
251+
signal: 'covid_ag_smoothed_pct_positive',
252252
minTime: 20200526,
253-
maxTime: 20200723,
254-
mean: 8.833278903565226,
255-
std: 6.719844888386422,
253+
maxTime: 20200728,
254+
mean: 8.843758597635844,
255+
std: 6.666398435382195,
256256
levels: ['state', 'msa', 'hrr'],
257257
type: 'late',
258258
},

0 commit comments

Comments
 (0)