diff options
Diffstat (limited to 'charts.json')
-rw-r--r-- | charts.json | 71 |
1 files changed, 0 insertions, 71 deletions
diff --git a/charts.json b/charts.json deleted file mode 100644 index 4b266aa..0000000 --- a/charts.json +++ /dev/null @@ -1,71 +0,0 @@ -{ - "index": [ - { - "title": "Median Hourly Pay by County or Local Authority: Choropleth Map", - "url": "/plot/heatmap", - "filters": { - "Year": "<Years>" - } - }, - { - "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 by Year", - "url": "/plot/years?Pay+Type=Bonuses", - "filters": { - "Pay Type": { - "options": [ - "Hourly", - "Bonuses" - ], - "default": "Bonuses" - }, - "SIC Type": "<SICType>", - "Employer Type": "<CompanyType>", - "Employer Size": "<CompanySize>" - } - }, - { - "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": "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 |