{
  "title": {
    "text": "Colombia's budget hole reopened after a one-year improvement",
    "left": "center",
    "textStyle": { "fontSize": 15, "fontWeight": 600, "color": "#17212b" }
  },
  "legend": {
    "top": 28,
    "data": ["Outturn / estimate, 2000-2024", "IMF projection, 2025-2026"]
  },
  "grid": { "left": 56, "right": 24, "top": 72, "bottom": 48 },
  "tooltip": { "trigger": "axis" },
  "xAxis": {
    "type": "category",
    "name": "Year",
    "nameLocation": "middle",
    "nameGap": 28,
    "data": ["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": 2, "rotate": 0, "fontSize": 11 }
  },
  "yAxis": {
    "type": "value",
    "name": "% of GDP",
    "nameLocation": "middle",
    "nameGap": 36,
    "min": -8,
    "max": 2,
    "axisLine": { "show": true },
    "splitLine": { "lineStyle": { "color": "#e6ebf0" } }
  },
  "series": [
    {
      "name": "Outturn / estimate, 2000-2024",
      "type": "line",
      "symbol": "circle",
      "symbolSize": 5,
      "lineStyle": { "width": 2.5, "color": "#1b4f72" },
      "itemStyle": { "color": "#1b4f72" },
      "connectNulls": false,
      "data": [-2.937, -2.709, -3.452, -2.702, -1.311, -0.021, -0.993, -0.82, 0.042, -2.674, -3.303, -1.993, 0.155, -1.021, -1.744, -3.52, -2.274, -2.496, -4.668, -3.482, -7.125, -7.276, -6.358, -2.92, -6.037, null, null],
      "markLine": {
        "silent": true,
        "symbol": "none",
        "lineStyle": { "color": "#5c6b73", "width": 1, "type": "solid" },
        "data": [{ "yAxis": 0, "label": { "formatter": "Balance", "color": "#5c6b73" } }]
      }
    },
    {
      "name": "IMF projection, 2025-2026",
      "type": "line",
      "symbol": "diamond",
      "symbolSize": 7,
      "lineStyle": { "width": 2.5, "type": "dashed", "color": "#c0392b" },
      "itemStyle": { "color": "#c0392b" },
      "connectNulls": false,
      "data": [null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, -6.037, -5.747, -5.15]
    }
  ]
}
