diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2023-05-16 14:11:51 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2023-05-16 14:11:51 +0100 |
commit | 953dc5ef8652a0b7e8ae2c7db3535f1bd157cdd4 (patch) | |
tree | 08a4c9cd4f10a12927f7c57056617672369ed9b6 /charts.json | |
parent | 0faf95d56815d310290d3533d81d888deb7731f0 (diff) | |
download | UKGenderPayGap-953dc5ef8652a0b7e8ae2c7db3535f1bd157cdd4.tar.gz UKGenderPayGap-953dc5ef8652a0b7e8ae2c7db3535f1bd157cdd4.zip |
Added alt text, docker
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 |