{
  "title": {
    "text": "The proposed H-1B fee is most of a year's tech-services pay",
    "left": 8,
    "top": 8,
    "textStyle": {
      "fontSize": 16,
      "color": "#17212b",
      "fontWeight": 600
    }
  },
  "tooltip": {
    "trigger": "axis"
  },
  "grid": {
    "left": 248,
    "right": 36,
    "top": 64,
    "bottom": 48
  },
  "xAxis": {
    "type": "value",
    "name": "US dollars",
    "nameLocation": "middle",
    "nameGap": 30,
    "min": 0,
    "splitLine": {
      "lineStyle": {
        "color": "#e2e8f0"
      }
    }
  },
  "yAxis": {
    "type": "category",
    "data": [
      "Private-sector pay\n52 weeks: $66,867",
      "Proposed H-1B fee\n$103,265",
      "Computer-systems-design pay\n52 weeks: $127,016"
    ],
    "axisLabel": {
      "color": "#17212b",
      "fontSize": 12
    }
  },
  "series": [
    {
      "type": "bar",
      "data": [
        {
          "value": 66867,
          "itemStyle": {
            "color": "#94a3b8"
          }
        },
        {
          "value": 103265,
          "itemStyle": {
            "color": "#b45309"
          }
        },
        {
          "value": 127016,
          "itemStyle": {
            "color": "#0f4c81"
          }
        }
      ],
      "barWidth": "48%",
      "label": {
        "show": false
      }
    }
  ],
  "aria": {
    "enabled": true,
    "label": {
      "description": "Bar chart comparing a proposed 103,265 dollar H-1B fee with 66,867 dollars of 52-week private-sector average weekly earnings and 127,016 dollars of 52-week computer-systems-design average weekly earnings."
    }
  }
}
