{
 "backgroundColor": "#ffffff",
 "grid": {
  "left": 110,
  "right": 40,
  "top": 70,
  "bottom": 50
 },
 "legend": {
  "top": 8
 },
 "tooltip": {
  "trigger": "axis",
  "axisPointer": {
   "type": "shadow"
  }
 },
 "xAxis": {
  "type": "value",
  "name": "Encounters",
  "max": 4000
 },
 "yAxis": {
  "type": "category",
  "data": [
   "Haiti",
   "Cuba",
   "Venezuela",
   "Honduras",
   "Mexico",
   "Guatemala"
  ],
  "axisLabel": {
   "fontSize": 12
  }
 },
 "series": [
  {
   "name": "FY2024 (Oct 2023 - Sep 2024)",
   "type": "bar",
   "data": [
    190,
    407,
    9,
    108,
    192,
    204
   ],
   "itemStyle": {
    "color": "#9db8c4"
   },
   "barWidth": "30%",
   "label": {
    "show": true,
    "position": "right",
    "fontSize": 11
   }
  },
  {
   "name": "Aug 2025 - Jul 2026",
   "type": "bar",
   "data": [
    130,
    420,
    913,
    1498,
    3030,
    3712
   ],
   "itemStyle": {
    "color": "#b3541e"
   },
   "barWidth": "30%",
   "label": {
    "show": true,
    "position": "right",
    "fontSize": 11
   }
  }
 ]
}