From 953dc5ef8652a0b7e8ae2c7db3535f1bd157cdd4 Mon Sep 17 00:00:00 2001 From: jwansek Date: Tue, 16 May 2023 14:11:51 +0100 Subject: Added alt text, docker --- charts.json | 71 ------------------------------------------------------------- 1 file changed, 71 deletions(-) delete mode 100644 charts.json (limited to 'charts.json') 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": "" - } - }, - { - "title": "Median Hourly Pay Difference by Year", - "url": "/plot/years?Pay+Type=Hourly", - "filters": { - "Pay Type": { - "options": [ - "Hourly", - "Bonuses" - ], - "default": "Hourly" - }, - "SIC Type": "", - "Employer Type": "", - "Employer Size": "" - } - }, - { - "title": "Median Bonus Pay Difference by Year", - "url": "/plot/years?Pay+Type=Bonuses", - "filters": { - "Pay Type": { - "options": [ - "Hourly", - "Bonuses" - ], - "default": "Bonuses" - }, - "SIC Type": "", - "Employer Type": "", - "Employer Size": "" - } - }, - { - "title": "Median Hourly Pay Difference by SIC Section", - "url": "/plot/sic_sec?Pay+Type=Hourly", - "filters": { - "Pay Type": { - "options": [ - "Hourly", - "Bonuses" - ], - "default": "Hourly" - }, - "Year": "" - } - }, - { - "title": "Median Bonus Pay Difference by SIC Section", - "url": "/plot/sic_sec?Pay+Type=Bonuses", - "filters": { - "Pay Type": { - "options": [ - "Hourly", - "Bonuses" - ], - "default": "Bonuses" - }, - "Year": "" - } - } - ] -} \ No newline at end of file -- cgit v1.2.3