{
  "title": {
    "text": "Every recent oil crash opened a double-digit Iraqi deficit",
    "left": 0,
    "top": 0,
    "textStyle": {
      "fontSize": 16,
      "fontWeight": 600,
      "color": "#17212b"
    }
  },
  "legend": {
    "top": 32,
    "left": 0,
    "data": [
      "Surplus, % of GDP",
      "Deficit, % of GDP"
    ],
    "textStyle": {
      "fontSize": 12
    }
  },
  "grid": {
    "top": 80,
    "left": 52,
    "right": 24,
    "bottom": 52
  },
  "tooltip": {
    "trigger": "axis"
  },
  "xAxis": {
    "type": "category",
    "data": [
      "2008",
      "2009",
      "2010",
      "2011",
      "2012",
      "2013",
      "2014",
      "2015",
      "2016",
      "2017",
      "2018",
      "2019",
      "2020",
      "2021",
      "2022",
      "2023",
      "2024",
      "2025"
    ],
    "axisLabel": {
      "rotate": 45,
      "fontSize": 11,
      "color": "#334155"
    },
    "axisLine": {
      "lineStyle": {
        "color": "#94a3b8"
      }
    }
  },
  "yAxis": {
    "type": "value",
    "name": "% of GDP",
    "min": -20,
    "max": 12,
    "nameTextStyle": {
      "color": "#334155"
    },
    "axisLabel": {
      "color": "#334155"
    },
    "splitLine": {
      "lineStyle": {
        "color": "#e2e8f0"
      }
    }
  },
  "series": [
    {
      "name": "Surplus, % of GDP",
      "type": "bar",
      "data": [
        null,
        null,
        null,
        4.74,
        4.09,
        null,
        null,
        null,
        null,
        null,
        7.69,
        0.83,
        null,
        null,
        8.1,
        null,
        null,
        null
      ],
      "itemStyle": {
        "color": "#0f766e"
      },
      "barMaxWidth": 22
    },
    {
      "name": "Deficit, % of GDP",
      "type": "bar",
      "data": [
        -0.86,
        -14.91,
        -4.18,
        null,
        null,
        -6.06,
        -5.63,
        -12.83,
        -14.45,
        -1.52,
        null,
        null,
        -12.82,
        -0.38,
        null,
        -1.14,
        -3.45,
        -6.41
      ],
      "itemStyle": {
        "color": "#b45309",
        "decal": {
          "symbol": "rect",
          "rotation": 0.8,
          "dashArrayX": [
            1,
            0
          ],
          "dashArrayY": [
            2,
            4
          ],
          "color": "rgba(255,255,255,0.35)"
        }
      },
      "barMaxWidth": 22
    }
  ]
}
