{
  "backgroundColor": "#ffffff",
  "title": {
    "text": "Germany real GDP growth, 2000–2027",
    "left": 24,
    "top": 8,
    "textStyle": { "fontSize": 16, "fontWeight": 600, "color": "#17212b" }
  },
  "legend": {
    "top": 36,
    "left": 24,
    "data": ["IMF historical and 2025 estimate", "IMF 2026–27 projection"]
  },
  "grid": { "left": 56, "right": 28, "top": 88, "bottom": 56 },
  "tooltip": { "trigger": "axis" },
  "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","2025","2026","2027"],
    "axisLabel": { "interval": 2, "rotate": 0, "color": "#334155" },
    "axisLine": { "lineStyle": { "color": "#94a3b8" } }
  },
  "yAxis": {
    "type": "value",
    "name": "% change",
    "nameLocation": "middle",
    "nameGap": 40,
    "axisLabel": { "color": "#334155" },
    "splitLine": { "lineStyle": { "color": "#e2e8f0" } }
  },
  "series": [
    {
      "name": "IMF historical and 2025 estimate",
      "type": "line",
      "showSymbol": true,
      "symbolSize": 6,
      "lineStyle": { "width": 2.5, "color": "#1d4e89" },
      "itemStyle": { "color": "#1d4e89" },
      "connectNulls": false,
      "data": [2.9, 1.6, -0.2, -0.5, 1.2, 0.9, 3.9, 2.9, 0.9, -5.6, 4.1, 3.8, 0.5, 0.4, 2.2, 1.7, 2.2, 2.8, 1.1, 1.0, -4.1, 3.9, 1.8, -0.9, -0.5, 0.2, null, null],
      "markLine": {
        "symbol": "none",
        "data": [
          {
            "yAxis": 0,
            "lineStyle": { "color": "#64748b", "width": 1, "type": "solid" },
            "label": { "show": false }
          },
          {
            "yAxis": 0.5,
            "name": "Reported 0.5% 2026 government forecast",
            "lineStyle": { "color": "#b45309", "width": 1.5, "type": "dashed" },
            "label": {
              "formatter": "Reported 0.5% forecast",
              "position": "insideEndTop",
              "color": "#b45309"
            }
          }
        ]
      }
    },
    {
      "name": "IMF 2026–27 projection",
      "type": "line",
      "showSymbol": true,
      "symbolSize": 7,
      "symbol": "diamond",
      "lineStyle": { "width": 2.5, "type": "dashed", "color": "#c2410c" },
      "itemStyle": { "color": "#c2410c" },
      "connectNulls": false,
      "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, 0.2, 0.8, 1.2]
    }
  ]
}
