{
  "title": {
    "text": "The COVID budget hole closed. A small gap is reopening in the forecast.",
    "left": 0,
    "textStyle": {
      "fontSize": 16,
      "color": "#17212b",
      "fontWeight": 600
    }
  },
  "legend": {
    "top": 28,
    "left": 0,
    "data": [
      "Overall balance",
      "Primary balance"
    ]
  },
  "grid": {
    "top": 72,
    "left": 56,
    "right": 24,
    "bottom": 48
  },
  "tooltip": {
    "trigger": "axis"
  },
  "xAxis": {
    "type": "category",
    "data": [
      "1990",
      "1991",
      "1992",
      "1993",
      "1994",
      "1995",
      "1996",
      "1997",
      "1998",
      "1999",
      "2000",
      "2001",
      "2002",
      "2003",
      "2004",
      "2005",
      "2006",
      "2007",
      "2008",
      "2009",
      "2010",
      "2011",
      "2012",
      "2013",
      "2014",
      "2015",
      "2016",
      "2017",
      "2018",
      "2019",
      "2020",
      "2021",
      "2022",
      "2023",
      "2024",
      "2025",
      "2026"
    ],
    "axisLabel": {
      "interval": 4
    }
  },
  "yAxis": {
    "type": "value",
    "name": "% of GDP",
    "min": -12,
    "max": 4,
    "splitLine": {
      "lineStyle": {
        "color": "#e6edf2"
      }
    }
  },
  "series": [
    {
      "name": "Overall balance",
      "type": "line",
      "data": [
        1.91,
        1.64,
        0.56,
        -2.34,
        -3.7,
        -4.22,
        -4.75,
        -3.44,
        -9.91,
        -6.68,
        -7.17,
        -6.11,
        -7.22,
        -7.35,
        -5.26,
        -4.39,
        -3.0,
        -2.86,
        -4.07,
        -9.62,
        -9.05,
        -9.02,
        -8.22,
        -7.62,
        -5.58,
        -3.64,
        -3.58,
        -3.05,
        -2.44,
        -3.05,
        -9.04,
        -6.32,
        -4.23,
        -2.39,
        -1.67,
        -1.05,
        -2.05
      ],
      "showSymbol": false,
      "lineStyle": {
        "width": 2.5,
        "color": "#1d4f91"
      },
      "itemStyle": {
        "color": "#1d4f91"
      }
    },
    {
      "name": "Primary balance",
      "type": "line",
      "data": [
        3.09,
        2.63,
        1.64,
        -1.22,
        -2.62,
        -3.07,
        -3.58,
        -2.27,
        -8.61,
        -5.36,
        -5.86,
        -4.83,
        -5.94,
        -6.11,
        -4.18,
        -3.57,
        -2.37,
        -2.16,
        -3.23,
        -8.63,
        -7.99,
        -7.84,
        -7.02,
        -6.51,
        -4.5,
        -2.62,
        -2.53,
        -2.14,
        -1.66,
        -2.38,
        -8.42,
        -5.74,
        -3.83,
        -2.17,
        -1.55,
        -0.85,
        -1.74
      ],
      "showSymbol": false,
      "lineStyle": {
        "width": 2.5,
        "type": "dashed",
        "color": "#c44e52"
      },
      "itemStyle": {
        "color": "#c44e52"
      }
    }
  ]
}