aboutsummaryrefslogtreecommitdiffstats
path: root/charts.json
blob: 4b266aae4c56ff3c134541a699059714a0a66248 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
    "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>"
            }
        }
    ]
}