aboutsummaryrefslogtreecommitdiffstats
path: root/src/charts.json
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2023-05-16 17:48:22 +0100
committerjwansek <eddie.atten.ea29@gmail.com>2023-05-16 17:48:22 +0100
commit665bf3fe78aa28f91090783d35db3666e10258a8 (patch)
tree9b0d9e2fda9f41067bcafa36b9468f1a2bda9588 /src/charts.json
parent953dc5ef8652a0b7e8ae2c7db3535f1bd157cdd4 (diff)
downloadUKGenderPayGap-665bf3fe78aa28f91090783d35db3666e10258a8.tar.gz
UKGenderPayGap-665bf3fe78aa28f91090783d35db3666e10258a8.zip
Added company size visualization backend
Diffstat (limited to 'src/charts.json')
-rw-r--r--src/charts.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/charts.json b/src/charts.json
index 8624fec..29739a4 100644
--- a/src/charts.json
+++ b/src/charts.json
@@ -72,6 +72,21 @@
"Year": "<Years>"
},
"description": "A bar chart showing median bonus pay gender inequality by SIC Section. SIC is a system that describes the business of an employer. The general trend is the same as hourly median pay, but in some fields such as waste management, transportation and storage, and construction, women are sometimes paid significantly more than men in bonus pay. The user can refine the chart by filtering down to a specific year. The general trend of doing this is that during the years 2019-2020 bonus pay inequality increased, with most employers paying their female employees less, but this trend has not generally continued."
+ },
+ {
+ "title": "Median Hourly Pay Difference by Employer Size",
+ "url": "/plot/size?Pay+Type=Hourly",
+ "filters": {
+ "Pay Type": {
+ "options": [
+ "Hourly",
+ "Bonuses"
+ ],
+ "default": "Bonuses"
+ },
+ "Year": "<Years>"
+ },
+ "description": "Foo"
}
]
} \ No newline at end of file