{
  "title": {
    "text": "Health care had the slowest raises of these industries in June",
    "subtext": "12-month change in average hourly earnings, June 2026, seasonally adjusted",
    "left": "center",
    "textStyle": {
      "fontSize": 16,
      "fontWeight": 600,
      "color": "#17212b"
    },
    "subtextStyle": {
      "fontSize": 12,
      "color": "#4a5560"
    }
  },
  "grid": {
    "left": 220,
    "right": 48,
    "top": 72,
    "bottom": 48
  },
  "tooltip": {
    "trigger": "axis",
    "axisPointer": {
      "type": "shadow"
    }
  },
  "xAxis": {
    "type": "value",
    "name": "Percent",
    "axisLabel": {
      "color": "#3d4a54"
    },
    "splitLine": {
      "lineStyle": {
        "color": "#e6ebf0"
      }
    }
  },
  "yAxis": {
    "type": "category",
    "data": [
      "Health care",
      "Professional and business services",
      "Total private",
      "Manufacturing",
      "Leisure and hospitality"
    ],
    "axisLabel": {
      "color": "#17212b",
      "fontSize": 12
    },
    "axisLine": {
      "lineStyle": {
        "color": "#9aa6b2"
      }
    }
  },
  "series": [
    {
      "name": "12-month change",
      "type": "bar",
      "data": [
        2.16,
        3.3,
        3.41,
        3.87,
        3.96
      ],
      "barWidth": 22,
      "itemStyle": {
        "color": "#0b4f8a"
      },
      "label": {
        "show": true,
        "position": "right",
        "formatter": "{c}%",
        "color": "#17212b",
        "fontSize": 12
      }
    }
  ],
  "graphic": [
    {
      "type": "text",
      "left": 56,
      "bottom": 8,
      "style": {
        "text": "Source: U.S. Bureau of Labor Statistics, Current Employment Statistics. Compared at June 2026 because health care has no July value in this snapshot.",
        "fill": "#5b6770",
        "fontSize": 10
      }
    }
  ]
}