{
  "title": {
    "text": "Payroll change, August 2022 to June 2026",
    "left": 0,
    "textStyle": {
      "fontSize": 15,
      "fontWeight": 600,
      "color": "#17212b"
    }
  },
  "legend": {
    "show": false
  },
  "grid": {
    "left": 8,
    "right": 48,
    "top": 44,
    "bottom": 24,
    "containLabel": true
  },
  "tooltip": {
    "trigger": "axis",
    "axisPointer": {
      "type": "shadow"
    }
  },
  "xAxis": {
    "type": "value",
    "name": "Percent change",
    "nameLocation": "middle",
    "nameGap": 24,
    "axisLabel": {
      "color": "#3d4b58"
    },
    "splitLine": {
      "lineStyle": {
        "color": "#e6edf2"
      }
    }
  },
  "yAxis": {
    "type": "category",
    "data": [
      "Semiconductor device manufacturing",
      "Data processing and web hosting",
      "Software publishers",
      "Industrial building construction"
    ],
    "axisLabel": {
      "color": "#17212b",
      "fontSize": 11
    }
  },
  "series": [
    {
      "type": "bar",
      "name": "Percent change",
      "data": [
        {
          "value": -11.4,
          "itemStyle": {
            "color": "#9f1239"
          }
        },
        {
          "value": -2.7,
          "itemStyle": {
            "color": "#9f1239"
          }
        },
        {
          "value": 0.9,
          "itemStyle": {
            "color": "#1f4e79"
          }
        },
        {
          "value": 13.7,
          "itemStyle": {
            "color": "#1f4e79"
          }
        }
      ],
      "barWidth": 18,
      "label": {
        "show": true,
        "position": "right",
        "color": "#17212b",
        "fontSize": 11
      }
    }
  ]
}