{
  "title": {
    "text": "Extra-regional arrivals vanished; Mexico is most of what remains",
    "subtext": "Title 8 southwest encounters by CBP citizenship grouping",
    "left": "center",
    "textStyle": {
      "fontSize": 15,
      "fontWeight": 600,
      "color": "#17212b"
    },
    "subtextStyle": {
      "fontSize": 12,
      "color": "#4a5560"
    }
  },
  "tooltip": {
    "trigger": "axis",
    "axisPointer": {
      "type": "shadow"
    }
  },
  "legend": {
    "bottom": 0,
    "data": [
      "December 2023",
      "June 2026"
    ]
  },
  "grid": {
    "left": 140,
    "right": 72,
    "top": 72,
    "bottom": 40,
    "containLabel": false
  },
  "xAxis": {
    "type": "value",
    "name": "Encounters",
    "nameLocation": "middle",
    "nameGap": 28,
    "splitLine": {
      "lineStyle": {
        "color": "#e6ebef"
      }
    },
    "axisLabel": {
      "color": "#4a5560",
      "fontSize": 11
    },
    "max": 180000
  },
  "yAxis": {
    "type": "category",
    "data": [
      "Other",
      "Northern Triangle",
      "Mexico"
    ],
    "axisLabel": {
      "color": "#17212b",
      "fontSize": 12
    },
    "axisLine": {
      "lineStyle": {
        "color": "#c5ced6"
      }
    }
  },
  "series": [
    {
      "name": "December 2023",
      "type": "bar",
      "data": [
        170244.0,
        62696.0,
        69041.0
      ],
      "itemStyle": {
        "color": "#0f4c81"
      },
      "label": {
        "show": true,
        "position": "right",
        "fontSize": 11,
        "color": "#17212b"
      }
    },
    {
      "name": "June 2026",
      "type": "bar",
      "data": [
        1356.0,
        2273.0,
        9278.0
      ],
      "itemStyle": {
        "color": "#c45c00"
      },
      "label": {
        "show": true,
        "position": "right",
        "fontSize": 11,
        "color": "#17212b"
      }
    }
  ]
}
