{
  "title": {
    "text": "GDP per capita, purchasing-power parity",
    "subtext": "Current international dollars. IMF WEO PPPPC.",
    "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": "International $",
    "nameLocation": "middle",
    "nameGap": 48,
    "min": 0,
    "max": 25000,
    "splitLine": {
      "lineStyle": {
        "color": "#e2e8f0"
      }
    }
  },
  "series": [
    {
      "name": "Venezuela",
      "type": "line",
      "data": [
        11640.0,
        12103.0,
        11021.0,
        10201.0,
        12196.0,
        13660.0,
        15233.0,
        16757.0,
        17711.0,
        16993.0,
        16695.0,
        17494.0,
        18552.0,
        18851.0,
        18176.0,
        16971.0,
        14170.0,
        12271.0,
        10622.0,
        8116.0,
        5730.0,
        6129.0,
        7266.0,
        7889.0,
        8570.0,
        8911.0
      ],
      "showSymbol": true,
      "symbol": "circle",
      "symbolSize": 6,
      "itemStyle": {
        "color": "#0f4c5c"
      },
      "lineStyle": {
        "width": 3,
        "type": "solid",
        "color": "#0f4c5c"
      }
    },
    {
      "name": "Colombia",
      "type": "line",
      "data": [
        6681.0,
        6857.0,
        7049.0,
        7377.0,
        7882.0,
        8388.0,
        9118.0,
        9882.0,
        10288.0,
        10355.0,
        10834.0,
        11702.0,
        12262.0,
        12986.0,
        13677.0,
        14075.0,
        14345.0,
        14617.0,
        15481.0,
        16349.0,
        15588.0,
        17725.0,
        20154.0,
        20860.0,
        21499.0,
        22543.0
      ],
      "showSymbol": true,
      "symbol": "diamond",
      "symbolSize": 7,
      "itemStyle": {
        "color": "#c45c26"
      },
      "lineStyle": {
        "width": 2.5,
        "type": "dashed",
        "color": "#c45c26"
      }
    }
  ]
}
