{
  "title": {
    "text": "Spain had the higher jobless rate for 15 years",
    "left": "center",
    "textStyle": {
      "fontSize": 16,
      "fontWeight": 600,
      "color": "#17212b"
    }
  },
  "tooltip": {
    "trigger": "axis"
  },
  "legend": {
    "data": [
      "Spain",
      "Morocco"
    ],
    "bottom": 8,
    "icon": "roundRect"
  },
  "grid": {
    "left": 72,
    "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": "Unemployment rate, percent",
    "nameLocation": "middle",
    "nameGap": 48,
    "min": 0,
    "max": 28,
    "splitLine": {
      "lineStyle": {
        "color": "#e6e8eb"
      }
    }
  },
  "series": [
    {
      "name": "Spain",
      "type": "line",
      "data": [
        13.856669,
        10.539682,
        11.45,
        11.485,
        10.965,
        9.1525,
        8.4525,
        8.2325,
        11.245,
        17.855,
        19.8575,
        21.39,
        24.7875,
        26.095,
        24.4425,
        22.0575,
        19.635,
        17.225,
        15.255,
        14.105,
        15.5325,
        14.92,
        13.035,
        12.185,
        11.345
      ],
      "symbol": "circle",
      "symbolSize": 7,
      "itemStyle": {
        "color": "#1f4e79"
      },
      "lineStyle": {
        "width": 2.8,
        "color": "#1f4e79",
        "type": "solid"
      }
    },
    {
      "name": "Morocco",
      "type": "line",
      "data": [
        13.4,
        12.3,
        11.3,
        11.5,
        10.8,
        11.1,
        9.7,
        9.8,
        9.6,
        9.1,
        9.1,
        8.9,
        9.0,
        9.2,
        9.9,
        9.7,
        9.4,
        10.2,
        9.5,
        9.2,
        11.9,
        12.3,
        11.8,
        13.0,
        13.3
      ],
      "symbol": "diamond",
      "symbolSize": 8,
      "itemStyle": {
        "color": "#c45c26"
      },
      "lineStyle": {
        "width": 2.8,
        "color": "#c45c26",
        "type": "dashed"
      }
    }
  ]
}
