{
 "backgroundColor": "#ffffff",
 "textStyle": {
  "fontFamily": "Georgia, serif"
 },
 "grid": {
  "left": 44,
  "right": 14,
  "top": 56,
  "bottom": 44
 },
 "legend": {
  "top": 0,
  "itemWidth": 14,
  "textStyle": {
   "fontSize": 11.5
  }
 },
 "tooltip": {
  "trigger": "axis",
  "axisPointer": {
   "type": "shadow"
  }
 },
 "xAxis": {
  "type": "category",
  "data": [
   "Computer\nsystems design",
   "Software\npublishers",
   "Data centers\n& hosting",
   "Information\nsector",
   "All US\nnonfarm"
  ],
  "axisLabel": {
   "fontSize": 10.5,
   "interval": 0
  }
 },
 "yAxis": {
  "type": "value",
  "name": "% per year",
  "nameTextStyle": {
   "fontSize": 11
  },
  "axisLabel": {
   "fontSize": 11
  },
  "splitLine": {
   "lineStyle": {
    "color": "#e5e7eb"
   }
  }
 },
 "series": [
  {
   "name": "Apr 2019 \u2013 Nov 2022 (43 months)",
   "type": "bar",
   "data": [
    3.7,
    11.3,
    10.6,
    2.6,
    0.7
   ],
   "itemStyle": {
    "color": "#94a3b8"
   },
   "barGap": "10%",
   "label": {
    "show": true,
    "position": "top",
    "fontSize": 10.5
   }
  },
  {
   "name": "Nov 2022 \u2013 Jun 2026 (43 months)",
   "type": "bar",
   "data": [
    -1.3,
    -0.2,
    -1.3,
    -3.2,
    0.8
   ],
   "itemStyle": {
    "color": "#1d4ed8"
   },
   "label": {
    "show": true,
    "position": "bottom",
    "fontSize": 10.5,
    "color": "#1d4ed8"
   }
  }
 ]
}