{
  "title": {
    "text": "Germany's jobless rate is up from its low, not back to 2005",
    "left": 0,
    "textStyle": {
      "fontSize": 16,
      "color": "#17212b",
      "fontWeight": 600
    }
  },
  "tooltip": {
    "trigger": "axis"
  },
  "legend": {
    "data": [
      "IMF rate, through 2025",
      "IMF 2026 projection"
    ],
    "top": 28,
    "left": 0
  },
  "grid": {
    "left": 52,
    "right": 20,
    "top": 72,
    "bottom": 44,
    "containLabel": true
  },
  "xAxis": {
    "type": "category",
    "data": [
      "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",
      "2025",
      "2026"
    ],
    "name": "Year",
    "nameLocation": "middle",
    "nameGap": 28,
    "axisLabel": {
      "interval": 4,
      "color": "#17212b"
    },
    "axisTick": {
      "alignWithLabel": true
    }
  },
  "yAxis": {
    "type": "value",
    "name": "Unemployment rate (%)",
    "min": 0,
    "max": 12,
    "nameTextStyle": {
      "color": "#17212b"
    },
    "axisLabel": {
      "color": "#17212b"
    },
    "splitLine": {
      "lineStyle": {
        "color": "#d7dee6"
      }
    }
  },
  "series": [
    {
      "name": "IMF rate, through 2025",
      "type": "line",
      "data": [
        5.47,
        6.59,
        7.78,
        8.43,
        8.23,
        8.91,
        9.66,
        9.38,
        8.56,
        7.95,
        7.8,
        8.6,
        9.71,
        10.33,
        11.01,
        10.04,
        8.54,
        7.42,
        7.34,
        6.58,
        5.53,
        5.08,
        4.94,
        4.71,
        4.36,
        3.9,
        3.52,
        3.19,
        2.95,
        3.62,
        3.6,
        3.14,
        3.08,
        3.39,
        3.77,
        null
      ],
      "showSymbol": false,
      "connectNulls": false,
      "lineStyle": {
        "width": 2.5,
        "color": "#1f4e79"
      },
      "itemStyle": {
        "color": "#1f4e79"
      },
      "markPoint": {
        "symbol": "circle",
        "symbolSize": 10,
        "label": {
          "fontSize": 11,
          "color": "#17212b"
        },
        "data": [
          {
            "name": "2005 peak",
            "coord": [
              "2005",
              11.01
            ],
            "value": 11.0,
            "itemStyle": {
              "color": "#b35c00"
            }
          },
          {
            "name": "2019 low",
            "coord": [
              "2019",
              2.95
            ],
            "value": 2.95,
            "itemStyle": {
              "color": "#1f4e79"
            }
          }
        ]
      }
    },
    {
      "name": "IMF 2026 projection",
      "type": "line",
      "data": [
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        3.77,
        3.86
      ],
      "showSymbol": true,
      "symbol": "diamond",
      "symbolSize": 8,
      "connectNulls": false,
      "lineStyle": {
        "width": 2,
        "type": "dashed",
        "color": "#6b7c8d"
      },
      "itemStyle": {
        "color": "#6b7c8d"
      }
    }
  ]
}
