{
  "title": {
    "text": "US jobs in the Canada fight are concentrated in autos",
    "left": 0,
    "textStyle": {"fontSize": 16, "fontWeight": 600, "color": "#17212b"}
  },
  "tooltip": {
    "trigger": "axis",
    "axisPointer": {"type": "shadow"}
  },
  "grid": {"left": 188, "right": 64, "top": 52, "bottom": 44, "containLabel": false},
  "xAxis": {
    "type": "value",
    "name": "Thousand employees, June 2026",
    "nameLocation": "middle",
    "nameGap": 28,
    "nameTextStyle": {"color": "#44515c", "fontSize": 12},
    "axisLabel": {"color": "#44515c"},
    "splitLine": {"lineStyle": {"color": "#e4e9ee"}},
    "min": 0,
    "max": 1100
  },
  "yAxis": {
    "type": "category",
    "inverse": true,
    "data": [
      "Motor vehicles and parts",
      "Furniture",
      "Cement and concrete",
      "Breweries, wineries, distilleries",
      "Dairy products",
      "Iron and steel mills",
      "Apparel"
    ],
    "axisLabel": {"color": "#17212b", "fontSize": 12, "interval": 0},
    "axisTick": {"show": false},
    "axisLine": {"show": false}
  },
  "series": [
    {
      "type": "bar",
      "name": "Employees",
      "data": [
        {"value": 956.6, "itemStyle": {"color": "#0b4f6c"}},
        {"value": 330.1, "itemStyle": {"color": "#3d7ea6"}},
        {"value": 215.1, "itemStyle": {"color": "#3d7ea6"}},
        {"value": 200.8, "itemStyle": {"color": "#3d7ea6"}},
        {"value": 171.0, "itemStyle": {"color": "#3d7ea6"}},
        {"value": 84.8, "itemStyle": {"color": "#0b4f6c"}},
        {"value": 72.4, "itemStyle": {"color": "#3d7ea6"}}
      ],
      "barWidth": "58%",
      "label": {
        "show": true,
        "position": "right",
        "color": "#17212b",
        "fontSize": 11
      }
    }
  ]
}
