aboutsummaryrefslogtreecommitdiffstats
path: root/charts.json
blob: 2bc3ef9e7abbad7af351d02725fef34667d7d9b3 (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
{
    "index": [
        {
            "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": "Hourly"
                },
                "SIC Type": "<SICType>",
                "Employer Type": "<CompanyType>",
                "Employer Size": "<CompanySize>"
            }
        },
        {
            "title": "Pay Difference by SIC Section REallt LONNNNNNNNNNNNNNNNNNNNNNNGGGGGGGGGGGGG",
            "url": "/plot/sic-section"
        },
        {
            "title": "Pay Gay by Company Size",
            "url": "/plot/company-size"   
        }
    ]
}