{
  "title": {
    "text": "Monthly payroll change: private vs government",
    "subtext": "Thousands of jobs, seasonally adjusted",
    "left": 8,
    "top": 8,
    "textStyle": {
      "fontSize": 16,
      "color": "#17212b"
    },
    "subtextStyle": {
      "fontSize": 12,
      "color": "#4b5563"
    }
  },
  "legend": {
    "data": [
      "Private",
      "Government"
    ],
    "top": 44,
    "right": 16
  },
  "grid": {
    "left": 56,
    "right": 20,
    "top": 88,
    "bottom": 72
  },
  "tooltip": {
    "trigger": "axis",
    "axisPointer": {
      "type": "shadow"
    }
  },
  "xAxis": {
    "type": "category",
    "data": [
      "2025-01",
      "2025-02",
      "2025-03",
      "2025-04",
      "2025-05",
      "2025-06",
      "2025-07",
      "2025-08",
      "2025-09",
      "2025-10",
      "2025-11",
      "2025-12",
      "2026-01",
      "2026-02",
      "2026-03",
      "2026-04",
      "2026-05",
      "2026-06",
      "2026-07"
    ],
    "axisLabel": {
      "rotate": 45,
      "interval": 0,
      "fontSize": 10
    }
  },
  "yAxis": {
    "type": "value",
    "name": "Thousands",
    "splitLine": {
      "lineStyle": {
        "color": "#e5e7eb"
      }
    }
  },
  "series": [
    {
      "name": "Private",
      "type": "bar",
      "data": [
        -76.0,
        40.0,
        67.0,
        99.0,
        20.0,
        -45.0,
        65.0,
        -20.0,
        68.0,
        13.0,
        72.0,
        -7.0,
        180.0,
        -148.0,
        202.0,
        150.0,
        61.0,
        30.0,
        30.0
      ],
      "itemStyle": {
        "color": "#1d4ed8"
      },
      "barGap": "20%",
      "markLine": {
        "silent": true,
        "symbol": "none",
        "label": {
          "show": false
        },
        "data": [
          {
            "yAxis": 0,
            "lineStyle": {
              "color": "#6b7280",
              "width": 1
            }
          }
        ]
      }
    },
    {
      "name": "Government",
      "type": "bar",
      "data": [
        28.0,
        2.0,
        0.0,
        9.0,
        -7.0,
        25.0,
        -1.0,
        -50.0,
        8.0,
        -153.0,
        -31.0,
        -10.0,
        -20.0,
        -8.0,
        12.0,
        -2.0,
        2.0,
        -10.0,
        -53.0
      ],
      "itemStyle": {
        "color": "#b45309"
      }
    }
  ]
}
