aboutsummaryrefslogtreecommitdiffstats
path: root/charts.json
diff options
context:
space:
mode:
Diffstat (limited to 'charts.json')
-rw-r--r--charts.json28
1 files changed, 24 insertions, 4 deletions
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