From cac4c8e9c4e4d4e3260af957d383b34c173891db Mon Sep 17 00:00:00 2001 From: lbondaryk Date: Mon, 16 Sep 2024 15:40:07 -0400 Subject: [PATCH] add a bargraph It! choice to tables and datacards in the mothed unit --- curriculum/moth/content.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/curriculum/moth/content.json b/curriculum/moth/content.json index dbc6ef1be..bcf120c68 100644 --- a/curriculum/moth/content.json +++ b/curriculum/moth/content.json @@ -33,11 +33,15 @@ "merge-in", [ "data-set-view", - "graph" + "DataCard" ], [ "data-set-view", - "DataCard" + "bargraph" + ], + [ + "data-set-view", + "graph" ], "delete" ] @@ -50,6 +54,10 @@ "data-set-view", "Table" ], + [ + "data-set-view", + "bargraph" + ], [ "data-set-view", "graph"