{
  "title": {
    "text": "Iraq already spent like a rich oil state in 2024",
    "left": 0,
    "top": 0,
    "textStyle": {
      "fontSize": 16,
      "fontWeight": 600,
      "color": "#17212b"
    }
  },
  "legend": {
    "top": 32,
    "left": 0,
    "data": [
      "Other oil exporters",
      "Iraq"
    ],
    "textStyle": {
      "fontSize": 12
    }
  },
  "grid": {
    "top": 80,
    "left": 128,
    "right": 36,
    "bottom": 40
  },
  "tooltip": {
    "trigger": "axis",
    "axisPointer": {
      "type": "shadow"
    }
  },
  "xAxis": {
    "type": "value",
    "name": "% of GDP, 2024",
    "min": 0,
    "max": 55,
    "nameLocation": "middle",
    "nameGap": 28,
    "axisLabel": {
      "color": "#334155"
    },
    "splitLine": {
      "lineStyle": {
        "color": "#e2e8f0"
      }
    }
  },
  "yAxis": {
    "type": "category",
    "data": [
      "Nigeria",
      "Iran",
      "UAE",
      "Qatar",
      "Oman",
      "Saudi Arabia",
      "Russia",
      "Algeria",
      "Iraq",
      "Norway",
      "Kuwait"
    ],
    "axisLabel": {
      "fontSize": 12,
      "color": "#17212b"
    },
    "axisLine": {
      "lineStyle": {
        "color": "#94a3b8"
      }
    }
  },
  "series": [
    {
      "name": "Other oil exporters",
      "type": "bar",
      "data": [
        12.03,
        15.96,
        21.41,
        26.03,
        28.72,
        29.23,
        36.66,
        36.79,
        null,
        46.9,
        48.0
      ],
      "itemStyle": {
        "color": "#64748b"
      },
      "barMaxWidth": 16
    },
    {
      "name": "Iraq",
      "type": "bar",
      "data": [
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        41.72,
        null,
        null
      ],
      "itemStyle": {
        "color": "#9a3412",
        "borderColor": "#17212b",
        "borderWidth": 1.5
      },
      "barMaxWidth": 16,
      "label": {
        "show": true,
        "position": "right",
        "formatter": "{c}",
        "color": "#17212b",
        "fontSize": 11
      }
    }
  ]
}
