{
  "backgroundColor": "#fbfaf6",
  "title": {
    "text": "Health care carried payroll growth; the rest stalled",
    "subtext": "Sum of monthly job changes, thousands  \u00b7  United States",
    "left": 8,
    "top": 8,
    "textStyle": {
      "fontSize": 16,
      "fontWeight": 600,
      "color": "#1c2430"
    },
    "subtextStyle": {
      "fontSize": 11,
      "color": "#4d5a68"
    }
  },
  "legend": {
    "top": 52,
    "right": 16,
    "data": [
      "Health care & social assistance",
      "Rest of payrolls"
    ],
    "textStyle": {
      "color": "#1c2430",
      "fontSize": 11
    }
  },
  "grid": {
    "left": 56,
    "right": 24,
    "top": 88,
    "bottom": 48,
    "containLabel": true
  },
  "xAxis": {
    "type": "category",
    "data": [
      "2022",
      "2023",
      "2024",
      "2025",
      "2026 YTD"
    ],
    "axisLabel": {
      "color": "#1c2430",
      "fontSize": 12
    },
    "axisTick": {
      "show": false
    },
    "axisLine": {
      "lineStyle": {
        "color": "#8a96a3"
      }
    }
  },
  "yAxis": {
    "type": "value",
    "name": "Thousands of jobs",
    "nameTextStyle": {
      "color": "#4d5a68",
      "fontSize": 11
    },
    "axisLabel": {
      "color": "#4d5a68",
      "fontSize": 11
    },
    "splitLine": {
      "lineStyle": {
        "color": "#e4e0d6"
      }
    }
  },
  "series": [
    {
      "name": "Health care & social assistance",
      "type": "bar",
      "data": [
        834.3,
        1001.0,
        882.7,
        686.1,
        324.7
      ],
      "itemStyle": {
        "color": "#1f6f8b"
      },
      "barGap": "30%",
      "label": {
        "show": false
      }
    },
    {
      "name": "Rest of payrolls",
      "type": "bar",
      "data": [
        3691.7,
        1514.0,
        576.3,
        -570.1,
        101.3
      ],
      "itemStyle": {
        "color": "#c47b3a",
        "decal": {
          "symbol": "rect",
          "dashArrayX": [
            1,
            0
          ],
          "dashArrayY": [
            2,
            3
          ],
          "rotation": 0.7
        }
      },
      "label": {
        "show": false
      }
    }
  ],
  "graphic": [
    {
      "type": "text",
      "left": 12,
      "bottom": 8,
      "style": {
        "text": "BLS CES  \u00b7  2026 is Jan\u2013Jul  \u00b7  rest = total nonfarm minus health care & social assistance",
        "fill": "#7a8694",
        "fontSize": 10
      }
    }
  ]
}
