{
  "title": {
    "text": "Spain\u2019s dollar output per person stayed far above Morocco\u2019s",
    "left": "center",
    "textStyle": {
      "fontSize": 16,
      "fontWeight": 600,
      "color": "#17212b"
    }
  },
  "tooltip": {
    "trigger": "axis"
  },
  "legend": {
    "data": [
      "Spain",
      "Morocco"
    ],
    "bottom": 8,
    "icon": "roundRect"
  },
  "grid": {
    "left": 88,
    "right": 28,
    "top": 56,
    "bottom": 72
  },
  "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"
    ],
    "name": "Year",
    "nameLocation": "middle",
    "nameGap": 28,
    "axisLabel": {
      "interval": 3,
      "hideOverlap": true
    },
    "axisTick": {
      "alignWithLabel": true
    }
  },
  "yAxis": {
    "type": "value",
    "name": "Current US dollars per person",
    "nameLocation": "middle",
    "nameGap": 64,
    "splitLine": {
      "lineStyle": {
        "color": "#e6e8eb"
      }
    }
  },
  "series": [
    {
      "name": "Spain",
      "type": "line",
      "data": [
        14714.350799,
        15299.106071,
        16936.981311,
        21334.669461,
        24698.251734,
        26251.001921,
        28177.36184,
        32339.71293,
        35379.800843,
        32158.985294,
        30624.424345,
        31767.696744,
        28511.284623,
        29297.450867,
        29737.831119,
        25986.986231,
        26725.641688,
        28326.416109,
        30526.940398,
        29664.18276,
        27188.391502,
        30792.106112,
        30154.509461,
        33312.917533,
        35151.241631
      ],
      "symbol": "circle",
      "symbolSize": 7,
      "itemStyle": {
        "color": "#1f4e79"
      },
      "lineStyle": {
        "width": 2.8,
        "color": "#1f4e79",
        "type": "solid"
      }
    },
    {
      "name": "Morocco",
      "type": "line",
      "data": [
        1477.316583,
        1481.073819,
        1566.250144,
        1908.689584,
        2158.703239,
        2232.94417,
        2427.109094,
        2759.51636,
        3189.200371,
        3162.860495,
        3134.697646,
        3367.346613,
        3224.711731,
        3463.600571,
        3519.583013,
        3235.569837,
        3235.217521,
        3401.256018,
        3615.591762,
        3622.678649,
        3375.437979,
        3911.052738,
        3579.092164,
        3945.133525,
        4297.715909
      ],
      "symbol": "diamond",
      "symbolSize": 8,
      "itemStyle": {
        "color": "#c45c26"
      },
      "lineStyle": {
        "width": 2.8,
        "color": "#c45c26",
        "type": "dashed"
      }
    }
  ]
}
