From b0f2c84d0ab4112040a4db49541eab504d1ec2c0 Mon Sep 17 00:00:00 2001
From: jwansek <eddie.atten.ea29@gmail.com>
Date: Thu, 11 May 2023 14:54:25 +0100
Subject: Preliminarily added SIC section pay gap visualization

---
 charts.json | 28 ++++++++++++++++++++++++----
 1 file changed, 24 insertions(+), 4 deletions(-)

(limited to 'charts.json')

diff --git a/charts.json b/charts.json
index 16da391..91f2ab7 100644
--- a/charts.json
+++ b/charts.json
@@ -33,12 +33,32 @@
             }
         },
         {
-            "title": "Pay Difference by SIC Section REallt LONNNNNNNNNNNNNNNNNNNNNNNGGGGGGGGGGGGG",
-            "url": "/plot/sic-section"
+            "title": "Median Hourly pay Difference by SIC Section",
+            "url": "/plot/sic_sec?Pay+Type=Hourly",
+            "filters": {
+                "Pay Type": {
+                    "options": [
+                        "Hourly",
+                        "Bonuses"
+                    ],
+                    "default": "Hourly"
+                },
+                "Year": "<Years>"
+            }
         },
         {
-            "title": "Pay Gay by Company Size",
-            "url": "/plot/company-size"   
+            "title": "Median Bonus pay Difference by SIC Section",
+            "url": "/plot/sic_sec?Pay+Type=Bonuses",
+            "filters": {
+                "Pay Type": {
+                    "options": [
+                        "Hourly",
+                        "Bonuses"
+                    ],
+                    "default": "Bonuses"
+                },
+                "Year": "<Years>"
+            }
         }
     ]
 }
\ No newline at end of file
-- 
cgit v1.2.3