From a198b0d4a0aa6badf3ea2cb3a7d6cdbff8596655 Mon Sep 17 00:00:00 2001 From: Shawn O'Connor Date: Tue, 7 Jan 2025 15:30:01 -0600 Subject: [PATCH] PROM-172: Add data commons chart --- config/gen3/discovery.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/gen3/discovery.json b/config/gen3/discovery.json index 547592e..c51bf15 100644 --- a/config/gen3/discovery.json +++ b/config/gen3/discovery.json @@ -131,6 +131,10 @@ "chartType": "fullPie", "title": "Gender" + }, + "commons": { + "chartType": "fullPie", + "title": "Data Commons" } } }