{
  "title": {
    "text": "German employment is near a record, not a collapse",
    "left": 0,
    "textStyle": {
      "fontSize": 16,
      "color": "#17212b",
      "fontWeight": 600
    }
  },
  "tooltip": {
    "trigger": "axis"
  },
  "grid": {
    "left": 52,
    "right": 20,
    "top": 56,
    "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"
    ],
    "name": "Year",
    "nameLocation": "middle",
    "nameGap": 28,
    "axisLabel": {
      "interval": 4,
      "color": "#17212b"
    }
  },
  "yAxis": {
    "type": "value",
    "name": "Employment (millions)",
    "min": 34,
    "max": 44,
    "splitLine": {
      "lineStyle": {
        "color": "#d7dee6"
      }
    }
  },
  "series": [
    {
      "name": "Employment",
      "type": "line",
      "data": [
        37.08,
        36.56,
        36.17,
        35.91,
        35.76,
        35.52,
        35.3,
        35.55,
        35.93,
        36.06,
        36.19,
        35.87,
        35.51,
        35.43,
        35.67,
        36.38,
        37.16,
        37.66,
        37.8,
        37.46,
        38.15,
        38.49,
        38.82,
        39.11,
        39.37,
        40.27,
        40.62,
        40.81,
        41.12,
        40.28,
        40.71,
        41.75,
        42.28,
        42.48,
        42.46
      ],
      "showSymbol": false,
      "lineStyle": {
        "width": 2.5,
        "color": "#1f4e79"
      },
      "itemStyle": {
        "color": "#1f4e79"
      },
      "areaStyle": {
        "color": "rgba(31,78,121,0.12)"
      }
    }
  ]
}
