{
  "title": {
    "text": "Same island, opposite income paths",
    "left": "center",
    "textStyle": {
      "fontSize": 16,
      "color": "#17212b"
    }
  },
  "tooltip": {
    "trigger": "axis"
  },
  "legend": {
    "bottom": 8,
    "data": [
      "Haiti",
      "Dominican Republic"
    ]
  },
  "grid": {
    "left": 72,
    "right": 28,
    "top": 48,
    "bottom": 64
  },
  "xAxis": {
    "type": "category",
    "data": [
      "1980",
      "1981",
      "1982",
      "1983",
      "1984",
      "1985",
      "1986",
      "1987",
      "1988",
      "1989",
      "1990",
      "1991",
      "1992",
      "1993",
      "1994",
      "1995",
      "1996",
      "1997",
      "1998",
      "1999",
      "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"
    ],
    "axisLabel": {
      "interval": 4,
      "color": "#334"
    },
    "name": "Year"
  },
  "yAxis": {
    "type": "value",
    "name": "International $ (PPP)",
    "nameLocation": "middle",
    "nameGap": 52,
    "axisLabel": {
      "color": "#334"
    }
  },
  "series": [
    {
      "name": "Haiti",
      "type": "line",
      "data": [
        4564.643241,
        4530.942611,
        4326.589114,
        4186.440324,
        4120.631603,
        4078.257758,
        4016.873332,
        3928.540302,
        3904.138232,
        3782.92836,
        3690.406461,
        3668.952137,
        3517.50946,
        3276.868321,
        2835.300933,
        3057.23208,
        3125.01865,
        3150.86537,
        3161.73436,
        3190.332145,
        3163.055821,
        3100.332595,
        3083.10708,
        3140.521131,
        3050.649046,
        3094.374206,
        3098.052991,
        3190.861632,
        3222.113267,
        3356.44268,
        3115.894109,
        3222.634542,
        3187.535366,
        3273.204322,
        3278.016862,
        3310.822993,
        3320.254906,
        3353.132642,
        3359.241101,
        3255.226815,
        3102.119026,
        3004.65974,
        2915.06004,
        2822.899419,
        2668.998286
      ],
      "showSymbol": false,
      "lineStyle": {
        "width": 3,
        "color": "#9b2c3a"
      },
      "itemStyle": {
        "color": "#9b2c3a"
      },
      "emphasis": {
        "focus": "series"
      }
    },
    {
      "name": "Dominican Republic",
      "type": "line",
      "data": [
        7335.051014,
        7477.77613,
        7431.550661,
        7595.38321,
        7509.869075,
        7176.199169,
        7250.749447,
        7792.611446,
        7775.221725,
        7941.530497,
        7362.011062,
        7304.211288,
        7978.787461,
        8411.454953,
        8481.690542,
        8816.339809,
        9192.284733,
        9853.357612,
        10347.738031,
        10799.856986,
        11138.160626,
        11258.764763,
        11607.747451,
        11297.160647,
        11441.978679,
        12366.889467,
        13347.319854,
        14177.132009,
        14473.935924,
        14462.465652,
        15514.627097,
        15840.181306,
        16110.303393,
        16726.108681,
        17736.437033,
        18791.840359,
        19865.89781,
        20456.280159,
        21701.217135,
        22560.727696,
        20592.597694,
        23284.163714,
        24304.454769,
        24635.2448,
        25645.300071
      ],
      "showSymbol": false,
      "lineStyle": {
        "width": 3,
        "color": "#2a6f97"
      },
      "itemStyle": {
        "color": "#2a6f97"
      },
      "emphasis": {
        "focus": "series"
      }
    }
  ],
  "color": [
    "#9b2c3a",
    "#2a6f97"
  ]
}
