{
  "title": {
    "text": "Oilfield jobs are still far below their last boom",
    "subtext": "Thousands of U.S. employees, seasonally adjusted",
    "left": 0,
    "textStyle": {
      "fontSize": 16,
      "fontWeight": 600,
      "color": "#17212b"
    },
    "subtextStyle": {
      "fontSize": 12,
      "color": "#4a5560"
    }
  },
  "tooltip": {
    "trigger": "axis",
    "axisPointer": {
      "type": "shadow"
    }
  },
  "legend": {
    "bottom": 0,
    "data": [
      "Peak month",
      "Latest month"
    ]
  },
  "grid": {
    "left": 12,
    "right": 36,
    "top": 58,
    "bottom": 48,
    "containLabel": true
  },
  "xAxis": {
    "type": "value",
    "name": "Thousands of jobs",
    "nameLocation": "middle",
    "nameGap": 28,
    "min": 0,
    "splitLine": {
      "lineStyle": {
        "color": "#e6eaee"
      }
    }
  },
  "yAxis": {
    "type": "category",
    "data": [
      "Oil and gas extraction",
      "Drilling oil and gas wells",
      "Support activities for oil and gas"
    ],
    "inverse": true,
    "axisLabel": {
      "width": 160,
      "overflow": "break"
    }
  },
  "series": [
    {
      "name": "Peak month",
      "type": "bar",
      "data": [
        {
          "value": 200.8,
          "period": "2014-10"
        },
        {
          "value": 95.3,
          "period": "2012-05"
        },
        {
          "value": 337.4,
          "period": "2014-09"
        }
      ],
      "itemStyle": {
        "color": "#1f4e79"
      },
      "barMaxWidth": 22,
      "label": {
        "show": true,
        "position": "right",
        "fontSize": 11
      }
    },
    {
      "name": "Latest month",
      "type": "bar",
      "data": [
        {
          "value": 114.6,
          "period": "2026-07"
        },
        {
          "value": 45.8,
          "period": "2026-06"
        },
        {
          "value": 207.2,
          "period": "2026-06"
        }
      ],
      "itemStyle": {
        "color": "#d08a2b"
      },
      "barMaxWidth": 22,
      "label": {
        "show": true,
        "position": "right",
        "fontSize": 11
      }
    }
  ],
  "color": [
    "#1f4e79",
    "#d08a2b"
  ]
}
