diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2023-05-16 00:05:27 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2023-05-16 00:05:27 +0100 |
commit | 0faf95d56815d310290d3533d81d888deb7731f0 (patch) | |
tree | ef9fd281f8b85aab569944eb712235aa321ba768 /charts.json | |
parent | 469de094098c5cf149b9aeab9c2a7d23aa22c11d (diff) | |
download | UKGenderPayGap-0faf95d56815d310290d3533d81d888deb7731f0.tar.gz UKGenderPayGap-0faf95d56815d310290d3533d81d888deb7731f0.zip |
Added heatmap
Diffstat (limited to 'charts.json')
-rw-r--r-- | charts.json | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/charts.json b/charts.json index 91f2ab7..4b266aa 100644 --- a/charts.json +++ b/charts.json @@ -1,6 +1,13 @@ { "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": { @@ -33,7 +40,7 @@ } }, { - "title": "Median Hourly pay Difference by SIC Section", + "title": "Median Hourly Pay Difference by SIC Section", "url": "/plot/sic_sec?Pay+Type=Hourly", "filters": { "Pay Type": { @@ -47,7 +54,7 @@ } }, { - "title": "Median Bonus pay Difference by SIC Section", + "title": "Median Bonus Pay Difference by SIC Section", "url": "/plot/sic_sec?Pay+Type=Bonuses", "filters": { "Pay Type": { |