From 8f221354e5022c828e405439fcab9f3a82b9c3b2 Mon Sep 17 00:00:00 2001 From: mlisnic Date: Mon, 9 Sep 2024 16:23:41 -0600 Subject: [PATCH] no shaded area variant --- public/stage-3/config-stage-3.json | 10 +++++----- src/public/viz-guardrails/DataExplorer.tsx | 2 +- src/public/viz-guardrails/LineChart.tsx | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/public/stage-3/config-stage-3.json b/public/stage-3/config-stage-3.json index edf94b61d..7f2b74bdc 100644 --- a/public/stage-3/config-stage-3.json +++ b/public/stage-3/config-stage-3.json @@ -53,7 +53,7 @@ "id": "agree", "type": "likert", "location": "belowStimulus", - "prompt": "The visualization supports the idea that stock C yielded the highest returns in the entire industry in 2023:", + "prompt": "The visualization supports the idea that stock C yielded the highest returns in the industry in 2023:", "preset": 5, "leftLabel": "Strongly disagree", "rightLabel": "Strongly agree", @@ -112,7 +112,7 @@ "id": "agree", "type": "likert", "location": "belowStimulus", - "prompt": "The visualization supports the idea that stock E yielded the highest returns in the entire industry in 2023:", + "prompt": "The visualization supports the idea that stock E yielded the highest returns in the industry in 2023:", "preset": 5, "leftLabel": "Strongly disagree", "rightLabel": "Strongly agree", @@ -177,7 +177,7 @@ "id": "agree", "type": "likert", "location": "belowStimulus", - "prompt": "The visualization supports the idea that stock A yielded the highest returns in the entire industry in 2023:", + "prompt": "The visualization supports the idea that stock A yielded the highest returns in the industry in 2023:", "preset": 5, "leftLabel": "Strongly disagree", "rightLabel": "Strongly agree", @@ -492,9 +492,9 @@ "order": "latinSquare", "numSamples": 1, "components": [ + "stock-simple-c-ss", "stock-simple-a-ss", - "stock-simple-e-ss", - "stock-simple-c-ss" + "stock-simple-e-ss" ] } ] diff --git a/src/public/viz-guardrails/DataExplorer.tsx b/src/public/viz-guardrails/DataExplorer.tsx index 6d546bf74..3e3ebf3cc 100644 --- a/src/public/viz-guardrails/DataExplorer.tsx +++ b/src/public/viz-guardrails/DataExplorer.tsx @@ -164,7 +164,7 @@ export function DataExplorer({ parameters, setAnswer }: StimulusParams {dataname === 'clean_stocks' ? 'Percent change in stock price' : 'Infections per million people'} - {guardrail === 'super_summ' ? ( + {guardrail === 'super_summDELETE' ? ( Shaded area contains the industry average and shows the middle 50% of all values in the industry. ) : null} {guardrail === 'juxt_summ' ? ( diff --git a/src/public/viz-guardrails/LineChart.tsx b/src/public/viz-guardrails/LineChart.tsx index e5de006fb..da5622145 100644 --- a/src/public/viz-guardrails/LineChart.tsx +++ b/src/public/viz-guardrails/LineChart.tsx @@ -301,14 +301,14 @@ export function LineChart({ {superimposeSummary ? ( - + /> */}