From 0faf95d56815d310290d3533d81d888deb7731f0 Mon Sep 17 00:00:00 2001 From: jwansek Date: Tue, 16 May 2023 00:05:27 +0100 Subject: Added heatmap --- charts.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'charts.json') diff --git a/charts.json b/charts.json index 91f2ab7..4b266aa 100644 --- a/charts.json +++ b/charts.json @@ -1,5 +1,12 @@ { "index": [ + { + "title": "Median Hourly Pay by County or Local Authority: Choropleth Map", + "url": "/plot/heatmap", + "filters": { + "Year": "" + } + }, { "title": "Median Hourly Pay Difference by Year", "url": "/plot/years?Pay+Type=Hourly", @@ -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": { -- cgit v1.2.3