{
  "title": {
    "text": "Who actually hired after 2015",
    "subtext": "Percent change in seasonally adjusted US payrolls, June 2015 to June 2026",
    "left": 0,
    "textStyle": {
      "fontSize": 16,
      "fontWeight": 600,
      "color": "#17212b"
    },
    "subtextStyle": {
      "fontSize": 12,
      "color": "#4a5560"
    }
  },
  "tooltip": {
    "trigger": "axis",
    "axisPointer": {
      "type": "shadow"
    }
  },
  "grid": {
    "left": 168,
    "right": 56,
    "top": 72,
    "bottom": 40
  },
  "xAxis": {
    "type": "value",
    "name": "Percent change",
    "nameLocation": "middle",
    "nameGap": 28,
    "splitLine": {
      "lineStyle": {
        "color": "#e6eaee"
      }
    },
    "axisLabel": {
      "color": "#4a5560"
    }
  },
  "yAxis": {
    "type": "category",
    "data": [
      "Missile & space vehicles",
      "Ordnance & small arms",
      "Aerospace products",
      "Ship building & repairing",
      "All manufacturing"
    ],
    "inverse": true,
    "axisLabel": {
      "color": "#17212b",
      "fontSize": 12
    },
    "axisLine": {
      "lineStyle": {
        "color": "#9aa4ad"
      }
    }
  },
  "series": [
    {
      "type": "bar",
      "data": [
        {
          "value": 66.3,
          "itemStyle": {
            "color": "#b85c38"
          }
        },
        {
          "value": 37.0,
          "itemStyle": {
            "color": "#7a4e2d"
          }
        },
        {
          "value": 21.1,
          "itemStyle": {
            "color": "#3d6b8c"
          }
        },
        {
          "value": 4.8,
          "itemStyle": {
            "color": "#1b4f72"
          }
        },
        {
          "value": 2.4,
          "itemStyle": {
            "color": "#7b8790"
          }
        }
      ],
      "barWidth": 18,
      "label": {
        "show": true,
        "position": "right",
        "color": "#17212b"
      }
    }
  ]
}
