{
  "title": {
    "text": "Population after 2016",
    "subtext": "Each country indexed to its own 2016 population = 100. IMF WEO estimates.",
    "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": "2016 = 100",
    "nameLocation": "middle",
    "nameGap": 48,
    "min": 70,
    "max": 120,
    "splitLine": {
      "lineStyle": {
        "color": "#e2e8f0"
      }
    }
  },
  "series": [
    {
      "name": "Venezuela",
      "type": "line",
      "data": [
        79.42,
        80.75,
        82.09,
        83.42,
        84.76,
        86.1,
        87.45,
        88.8,
        90.15,
        91.51,
        92.87,
        94.24,
        95.61,
        96.98,
        98.35,
        99.69,
        100.0,
        99.11,
        94.1,
        90.57,
        91.0,
        89.82,
        87.64,
        87.06,
        86.48,
        86.85
      ],
      "showSymbol": true,
      "symbol": "circle",
      "symbolSize": 6,
      "itemStyle": {
        "color": "#0f4c5c"
      },
      "lineStyle": {
        "width": 3,
        "type": "solid",
        "color": "#0f4c5c"
      }
    },
    {
      "name": "Colombia",
      "type": "line",
      "data": [
        83.61,
        84.68,
        85.75,
        86.83,
        87.91,
        88.99,
        90.05,
        91.09,
        92.11,
        93.12,
        94.14,
        95.14,
        96.1,
        97.02,
        97.94,
        98.9,
        100.0,
        101.26,
        103.05,
        105.48,
        107.64,
        109.15,
        110.36,
        111.5,
        112.53,
        113.28
      ],
      "showSymbol": true,
      "symbol": "diamond",
      "symbolSize": 7,
      "itemStyle": {
        "color": "#c45c26"
      },
      "lineStyle": {
        "width": 2.5,
        "type": "dashed",
        "color": "#c45c26"
      }
    }
  ]
}
