{
  "title": {
    "text": "Colombia's real growth downshifted after the 2021-22 rebound",
    "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, "fontSize": 11 }
  },
  "yAxis": {
    "type": "value",
    "name": "Real GDP, % change",
    "nameLocation": "middle",
    "nameGap": 40,
    "min": -8,
    "max": 12,
    "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.925, 1.678, 2.504, 3.918, 5.333, 4.447, 6.717, 6.738, 3.283, 1.14, 4.495, 6.948, 3.913, 5.134, 4.499, 2.956, 2.087, 1.359, 2.564, 3.187, -7.186, 10.801, 7.328, 0.842, 1.493, null, null],
      "markLine": {
        "silent": true,
        "symbol": "none",
        "lineStyle": { "color": "#5c6b73", "width": 1 },
        "data": [{ "yAxis": 0, "label": { "formatter": "Zero", "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, 1.493, 2.642, 2.342]
    }
  ]
}
