aboutsummaryrefslogtreecommitdiffstats
path: root/charts.json
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2023-05-16 14:11:51 +0100
committerjwansek <eddie.atten.ea29@gmail.com>2023-05-16 14:11:51 +0100
commit953dc5ef8652a0b7e8ae2c7db3535f1bd157cdd4 (patch)
tree08a4c9cd4f10a12927f7c57056617672369ed9b6 /charts.json
parent0faf95d56815d310290d3533d81d888deb7731f0 (diff)
downloadUKGenderPayGap-953dc5ef8652a0b7e8ae2c7db3535f1bd157cdd4.tar.gz
UKGenderPayGap-953dc5ef8652a0b7e8ae2c7db3535f1bd157cdd4.zip
Added alt text, docker
Diffstat (limited to 'charts.json')
-rw-r--r--charts.json71
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