{
 "backgroundColor": "#ffffff",
 "grid": {
  "left": 70,
  "right": 70,
  "top": 70,
  "bottom": 78
 },
 "legend": {
  "top": 8,
  "data": [
   "Southwest land border (left axis, thousands)",
   "Miami Sector, Florida (right axis, count)"
  ]
 },
 "tooltip": {
  "trigger": "axis"
 },
 "xAxis": {
  "type": "category",
  "data": [
   "Oct 23",
   "Nov 23",
   "Dec 23",
   "Jan 24",
   "Feb 24",
   "Mar 24",
   "Apr 24",
   "May 24",
   "Jun 24",
   "Jul 24",
   "Aug 24",
   "Sep 24",
   "Oct 24",
   "Nov 24",
   "Dec 24",
   "Jan 25",
   "Feb 25",
   "Mar 25",
   "Apr 25",
   "May 25",
   "Jun 25",
   "Jul 25",
   "Aug 25",
   "Sep 25",
   "Oct 25",
   "Nov 25",
   "Dec 25",
   "Jan 26",
   "Feb 26",
   "Mar 26",
   "Apr 26",
   "May 26",
   "Jun 26",
   "Jul 26"
  ],
  "axisLabel": {
   "rotate": 45,
   "fontSize": 11
  },
  "name": "Month",
  "nameLocation": "middle",
  "nameGap": 55
 },
 "yAxis": [
  {
   "type": "value",
   "name": "Southwest border\n(thousands/month)",
   "nameTextStyle": {
    "align": "left"
   },
   "axisLine": {
    "show": true,
    "lineStyle": {
     "color": "#1f6f8b"
    }
   },
   "max": 350
  },
  {
   "type": "value",
   "name": "Miami Sector\n(encounters/month)",
   "nameTextStyle": {
    "align": "right"
   },
   "axisLine": {
    "show": true,
    "lineStyle": {
     "color": "#b3541e"
    }
   },
   "max": 1400,
   "splitLine": {
    "show": false
   }
  }
 ],
 "series": [
  {
   "name": "Southwest land border (left axis, thousands)",
   "type": "line",
   "data": [
    252.4,
    255.2,
    315.4,
    184.7,
    200.3,
    198.2,
    188.3,
    179.3,
    137.8,
    110.4,
    114.6,
    108.3,
    106.3,
    94.2,
    96.0,
    61.4,
    11.7,
    11.0,
    12.0,
    12.4,
    9.3,
    7.8,
    9.7,
    11.6,
    11.7,
    11.0,
    10.0,
    9.7,
    9.6,
    11.7,
    12.9,
    13.5,
    12.9,
    12.7
   ],
   "yAxisIndex": 0,
   "symbol": "circle",
   "symbolSize": 4,
   "lineStyle": {
    "width": 3,
    "color": "#1f6f8b"
   },
   "itemStyle": {
    "color": "#1f6f8b"
   }
  },
  {
   "name": "Miami Sector, Florida (right axis, count)",
   "type": "line",
   "data": [
    69,
    50,
    60,
    125,
    132,
    116,
    137,
    122,
    256,
    121,
    148,
    146,
    89,
    135,
    125,
    237,
    225,
    285,
    727,
    866,
    1024,
    890,
    906,
    961,
    986,
    1150,
    1035,
    1106,
    898,
    1021,
    1097,
    1010,
    791,
    1202
   ],
   "yAxisIndex": 1,
   "symbol": "triangle",
   "symbolSize": 6,
   "lineStyle": {
    "width": 3,
    "color": "#b3541e",
    "type": "dashed"
   },
   "itemStyle": {
    "color": "#b3541e"
   },
   "markPoint": {
    "data": [
     {
      "coord": [
       "Jul 26",
       1202
      ],
      "value": "Jul 2026: 1,202\n(series high)",
      "symbol": "pin",
      "symbolSize": 46,
      "label": {
       "fontSize": 10
      }
     }
    ],
    "label": {
     "fontSize": 10
    }
   }
  }
 ]
}