diff options
Diffstat (limited to 'charts.json')
-rw-r--r-- | charts.json | 32 |
1 files changed, 28 insertions, 4 deletions
diff --git a/charts.json b/charts.json index 45a5111..2bc3ef9 100644 --- a/charts.json +++ b/charts.json @@ -1,12 +1,36 @@ { "index": [ { - "title": "Median Hourly Pay Difference", - "url": "/plot/medianhourly" + "title": "Median Hourly Pay Difference by Year", + "url": "/plot/years?Pay+Type=Hourly", + "filters": { + "Pay Type": { + "options": [ + "Hourly", + "Bonuses" + ], + "default": "Hourly" + }, + "SIC Type": "<SICType>", + "Employer Type": "<CompanyType>", + "Employer Size": "<CompanySize>" + } }, { - "title": "Median Bonus Pay Difference", - "url": "/plot/medianbonus" + "title": "Median Bonus Pay Difference by Year", + "url": "/plot/years?Pay+Type=Bonuses", + "filters": { + "Pay Type": { + "options": [ + "Hourly", + "Bonuses" + ], + "default": "Hourly" + }, + "SIC Type": "<SICType>", + "Employer Type": "<CompanyType>", + "Employer Size": "<CompanySize>" + } }, { "title": "Pay Difference by SIC Section REallt LONNNNNNNNNNNNNNNNNNNNNNNGGGGGGGGGGGGG", |