{
  "title": {
    "text": "Real GDP since 2019: Germany recovered, then gave it back",
    "left": 8,
    "top": 8,
    "textStyle": {
      "fontSize": 16,
      "color": "#17212b",
      "fontWeight": 600
    }
  },
  "legend": {
    "top": 40,
    "left": 8,
    "data": [
      "Germany",
      "Japan",
      "France",
      "Spain",
      "United States"
    ],
    "textStyle": {
      "color": "#17212b"
    }
  },
  "grid": {
    "left": 56,
    "right": 28,
    "top": 84,
    "bottom": 48
  },
  "tooltip": {
    "trigger": "axis"
  },
  "xAxis": {
    "type": "category",
    "data": [
      "2019",
      "2020",
      "2021",
      "2022",
      "2023",
      "2024"
    ],
    "name": "Year",
    "nameLocation": "middle",
    "nameGap": 28,
    "axisLabel": {
      "color": "#17212b"
    }
  },
  "yAxis": {
    "type": "value",
    "name": "Real GDP index (2019 = 100)",
    "min": 88,
    "max": 114,
    "axisLabel": {
      "color": "#17212b"
    },
    "splitLine": {
      "lineStyle": {
        "color": "#e6edf2"
      }
    }
  },
  "series": [
    {
      "name": "Germany",
      "type": "line",
      "data": [
        100.0,
        95.8725,
        99.6235,
        101.4236,
        100.5393,
        100.0406
      ],
      "symbol": "circle",
      "symbolSize": 8,
      "lineStyle": {
        "width": 3.5,
        "color": "#9b2226"
      },
      "itemStyle": {
        "color": "#9b2226"
      },
      "emphasis": {
        "focus": "series"
      }
    },
    {
      "name": "Japan",
      "type": "line",
      "data": [
        100.0,
        95.7167,
        99.1283,
        100.4483,
        101.1723,
        100.9272
      ],
      "symbol": "circle",
      "symbolSize": 6,
      "lineStyle": {
        "width": 2,
        "color": "#b08968"
      },
      "itemStyle": {
        "color": "#b08968"
      },
      "emphasis": {
        "focus": "series"
      }
    },
    {
      "name": "France",
      "type": "line",
      "data": [
        100.0,
        92.397,
        98.6756,
        101.4357,
        103.0792,
        104.2201
      ],
      "symbol": "circle",
      "symbolSize": 6,
      "lineStyle": {
        "width": 2,
        "color": "#457b9d"
      },
      "itemStyle": {
        "color": "#457b9d"
      },
      "emphasis": {
        "focus": "series"
      }
    },
    {
      "name": "Spain",
      "type": "line",
      "data": [
        100.0,
        89.0599,
        95.0119,
        101.0645,
        103.5516,
        107.1295
      ],
      "symbol": "circle",
      "symbolSize": 6,
      "lineStyle": {
        "width": 2,
        "color": "#2a9d8f"
      },
      "itemStyle": {
        "color": "#2a9d8f"
      },
      "emphasis": {
        "focus": "series"
      }
    },
    {
      "name": "United States",
      "type": "line",
      "data": [
        100.0,
        97.9187,
        103.9426,
        106.5663,
        109.6935,
        112.7574
      ],
      "symbol": "circle",
      "symbolSize": 6,
      "lineStyle": {
        "width": 2,
        "color": "#1d3557"
      },
      "itemStyle": {
        "color": "#1d3557"
      },
      "emphasis": {
        "focus": "series"
      }
    },
    {
      "name": "2019 level",
      "type": "line",
      "data": [
        100,
        100,
        100,
        100,
        100,
        100
      ],
      "symbol": "none",
      "lineStyle": {
        "type": "dashed",
        "width": 1.5,
        "color": "#6b7280"
      },
      "tooltip": {
        "show": false
      },
      "silent": true
    }
  ],
  "color": [
    "#9b2226",
    "#b08968",
    "#457b9d",
    "#2a9d8f",
    "#1d3557",
    "#6b7280"
  ]
}
