{
  "title": {
    "text": "Real GDP: Venezuela versus Colombia",
    "subtext": "Index, 2013 = 100. Constructed from IMF annual real-GDP growth rates.",
    "left": "center",
    "textStyle": {
      "fontSize": 16,
      "color": "#17212b"
    },
    "subtextStyle": {
      "fontSize": 11,
      "color": "#4a5560"
    }
  },
  "tooltip": {
    "trigger": "axis"
  },
  "legend": {
    "data": [
      "Venezuela",
      "Colombia"
    ],
    "bottom": 8,
    "icon": "roundRect"
  },
  "grid": {
    "left": 72,
    "right": 28,
    "top": 72,
    "bottom": 64
  },
  "xAxis": {
    "type": "category",
    "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"
    ],
    "axisLabel": {
      "interval": 4,
      "color": "#334155"
    },
    "axisLine": {
      "lineStyle": {
        "color": "#94a3b8"
      }
    }
  },
  "yAxis": {
    "type": "value",
    "name": "2013 = 100",
    "nameLocation": "middle",
    "nameGap": 48,
    "min": 0,
    "max": 150,
    "splitLine": {
      "lineStyle": {
        "color": "#e2e8f0"
      }
    }
  },
  "series": [
    {
      "name": "Venezuela",
      "type": "line",
      "data": [
        65.9,
        68.14,
        62.1,
        57.29,
        67.76,
        74.76,
        82.14,
        89.33,
        94.04,
        91.03,
        89.67,
        93.42,
        98.67,
        100.0,
        96.11,
        90.13,
        74.77,
        63.05,
        50.66,
        36.65,
        25.65,
        25.9,
        27.97,
        29.09,
        30.63,
        31.1
      ],
      "showSymbol": true,
      "symbol": "circle",
      "symbolSize": 6,
      "itemStyle": {
        "color": "#0f4c5c"
      },
      "lineStyle": {
        "width": 3,
        "type": "solid",
        "color": "#0f4c5c"
      }
    },
    {
      "name": "Colombia",
      "type": "line",
      "data": [
        57.77,
        58.74,
        60.21,
        62.57,
        65.91,
        68.84,
        73.46,
        78.41,
        80.98,
        81.91,
        85.59,
        91.54,
        95.12,
        100.0,
        104.5,
        107.59,
        109.83,
        111.33,
        114.18,
        117.82,
        109.35,
        121.17,
        130.04,
        131.14,
        133.1,
        136.61
      ],
      "showSymbol": true,
      "symbol": "diamond",
      "symbolSize": 7,
      "itemStyle": {
        "color": "#c45c26"
      },
      "lineStyle": {
        "width": 2.5,
        "type": "dashed",
        "color": "#c45c26"
      }
    }
  ]
}
