{
  "title": {
    "text": "External surplus as a share of the economy, 2024",
    "subtext": "Current-account balance, percent of GDP",
    "left": 8,
    "textStyle": {
      "fontSize": 16,
      "color": "#17212b"
    },
    "subtextStyle": {
      "fontSize": 12,
      "color": "#44515c"
    }
  },
  "tooltip": {
    "trigger": "axis",
    "axisPointer": {
      "type": "shadow"
    }
  },
  "grid": {
    "left": 110,
    "right": 56,
    "top": 64,
    "bottom": 48
  },
  "xAxis": {
    "type": "value",
    "name": "Percent of GDP",
    "nameLocation": "middle",
    "nameGap": 28,
    "axisLabel": {
      "color": "#17212b"
    },
    "splitLine": {
      "lineStyle": {
        "color": "#d7dee5"
      }
    }
  },
  "yAxis": {
    "type": "category",
    "data": [
      "Iraq",
      "Saudi Arabia",
      "Iran",
      "Oman",
      "Bahrain",
      "UAE",
      "Qatar",
      "Kuwait"
    ],
    "axisLabel": {
      "interval": 0,
      "color": "#17212b"
    },
    "axisTick": {
      "show": false
    }
  },
  "series": [
    {
      "type": "bar",
      "name": "Current account, 2024",
      "data": [
        {
          "value": -2.1,
          "itemStyle": {
            "color": "#8a3b12"
          },
          "name": "Iraq",
          "label": {
            "position": "left"
          }
        },
        {
          "value": -1.3,
          "itemStyle": {
            "color": "#8a3b12"
          },
          "name": "Saudi Arabia",
          "label": {
            "position": "left"
          }
        },
        {
          "value": 3.2,
          "itemStyle": {
            "color": "#b45309"
          },
          "name": "Iran",
          "label": {
            "position": "right"
          }
        },
        {
          "value": 3.2,
          "itemStyle": {
            "color": "#1f4e79"
          },
          "name": "Oman",
          "label": {
            "position": "right"
          }
        },
        {
          "value": 4.8,
          "itemStyle": {
            "color": "#1f4e79"
          },
          "name": "Bahrain",
          "label": {
            "position": "right"
          }
        },
        {
          "value": 15.4,
          "itemStyle": {
            "color": "#0b6e4f"
          },
          "name": "UAE",
          "label": {
            "position": "right"
          }
        },
        {
          "value": 17.3,
          "itemStyle": {
            "color": "#1f4e79"
          },
          "name": "Qatar",
          "label": {
            "position": "right"
          }
        },
        {
          "value": 29.0,
          "itemStyle": {
            "color": "#1f4e79"
          },
          "name": "Kuwait",
          "label": {
            "position": "right"
          }
        }
      ],
      "barMaxWidth": 22,
      "label": {
        "show": true,
        "position": "right",
        "color": "#17212b",
        "fontSize": 11
      }
    }
  ]
}
