From 8a058ac45e6ef5a4c7cd7141332b7951bc01f49c Mon Sep 17 00:00:00 2001
From: jwansek <eddie.atten.ea29@gmail.com>
Date: Fri, 5 May 2023 15:58:07 +0100
Subject: Finished search bar, started adding <div>s for chart content

---
 charts.json | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 charts.json

(limited to 'charts.json')

diff --git a/charts.json b/charts.json
new file mode 100644
index 0000000..45a5111
--- /dev/null
+++ b/charts.json
@@ -0,0 +1,20 @@
+{
+    "index": [
+        {
+            "title": "Median Hourly Pay Difference",
+            "url": "/plot/medianhourly"
+        },
+        {
+            "title": "Median Bonus Pay Difference",
+            "url": "/plot/medianbonus"
+        },
+        {
+            "title": "Pay Difference by SIC Section REallt LONNNNNNNNNNNNNNNNNNNNNNNGGGGGGGGGGGGG",
+            "url": "/plot/sic-section"
+        },
+        {
+            "title": "Pay Gay by Company Size",
+            "url": "/plot/company-size"   
+        }
+    ]
+}
\ No newline at end of file
-- 
cgit v1.2.3