{
  "title": {
    "text": "Current-account balance, 2025",
    "subtext": "Percent of GDP. Latest IMF WEO figure in the August 2026 snapshot.",
    "left": "center",
    "textStyle": { "fontSize": 16, "fontWeight": 600, "color": "#17212b" },
    "subtextStyle": { "fontSize": 11, "color": "#4a5560" }
  },
  "grid": { "top": 64, "left": 8, "right": 56, "bottom": 36, "containLabel": true },
  "tooltip": { "trigger": "axis", "axisPointer": { "type": "shadow" } },
  "xAxis": {
    "type": "value",
    "name": "% of GDP",
    "nameLocation": "middle",
    "nameGap": 28,
    "splitLine": { "lineStyle": { "color": "#e6eaee" } }
  },
  "yAxis": {
    "type": "category",
    "data": ["Jordan", "Egypt", "Pakistan", "Iran", "United Arab Emirates", "Kuwait"],
    "inverse": false,
    "axisLabel": { "fontSize": 12, "color": "#17212b" }
  },
  "series": [
    {
      "type": "bar",
      "name": "Current account, 2025",
      "barWidth": 18,
      "label": { "show": true, "position": "right", "fontSize": 11, "color": "#17212b" },
      "data": [
        { "value": -5.6, "itemStyle": { "color": "#B23A48" } },
        { "value": -4.2, "itemStyle": { "color": "#B23A48" } },
        { "value": 0.5, "itemStyle": { "color": "#1B7F6B" } },
        { "value": 0.6, "itemStyle": { "color": "#1B7F6B" } },
        { "value": 15.3, "itemStyle": { "color": "#1B7F6B" } },
        { "value": 23.3, "itemStyle": { "color": "#1B7F6B" } }
      ]
    }
  ]
}
