{
  "title": {
    "text": "After the pandemic crash, Britain returned to the same per-person output",
    "subtext": "GDP per capita at constant PPP, index 2019 = 100",
    "left": "center",
    "textStyle": { "fontSize": 16, "fontWeight": 600, "color": "#17212b" },
    "subtextStyle": { "fontSize": 12, "color": "#4a5560" }
  },
  "tooltip": { "trigger": "axis" },
  "legend": {
    "bottom": 0,
    "data": ["United Kingdom", "United States", "France", "Germany", "Canada"]
  },
  "grid": { "left": 16, "right": 24, "top": 72, "bottom": 48, "containLabel": true },
  "xAxis": {
    "type": "category",
    "data": [2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024],
    "axisLabel": { "rotate": 45, "fontSize": 11 }
  },
  "yAxis": {
    "type": "value",
    "name": "2019 = 100",
    "min": 80,
    "max": 112,
    "splitLine": { "lineStyle": { "color": "#e6e8eb" } }
  },
  "series": [
    {
      "name": "United Kingdom",
      "type": "line",
      "symbol": "circle",
      "symbolSize": 8,
      "lineStyle": { "width": 3, "type": "solid", "color": "#B85C38" },
      "itemStyle": { "color": "#B85C38" },
      "data": [93.77, 92.96, 88.07, 89.35, 89.36, 90.12, 91.06, 93.23, 94.55, 95.87, 98.23, 99.27, 100, 89.8, 97.13, 101.13, 100.09, 100.08]
    },
    {
      "name": "United States",
      "type": "line",
      "symbol": "diamond",
      "symbolSize": 7,
      "lineStyle": { "width": 2, "type": "dashed", "color": "#1F4E79" },
      "itemStyle": { "color": "#1F4E79" },
      "data": [88.06, 87.34, 84.36, 85.97, 86.7, 88.06, 89.3, 90.9, 92.91, 93.92, 95.62, 97.94, 100, 97.1, 102.72, 104.75, 106.95, 108.96]
    },
    {
      "name": "France",
      "type": "line",
      "symbol": "triangle",
      "symbolSize": 7,
      "lineStyle": { "width": 2, "type": "dotted", "color": "#2F6B3C" },
      "itemStyle": { "color": "#2F6B3C" },
      "data": [94.23, 93.95, 90.89, 92.12, 93.94, 93.72, 94.12, 94.24, 94.77, 95.2, 97.11, 98.34, 100, 92.15, 98.04, 100.24, 101.35, 102.12]
    },
    {
      "name": "Germany",
      "type": "line",
      "symbol": "rect",
      "symbolSize": 6,
      "lineStyle": { "width": 2, "type": "dashed", "color": "#5C4B7A" },
      "itemStyle": { "color": "#5C4B7A" },
      "data": [87.67, 88.7, 84.07, 87.77, 91.08, 91.38, 91.59, 93.3, 94.17, 95.64, 98.12, 99.09, 100, 95.96, 99.88, 101.02, 99.23, 98.47]
    },
    {
      "name": "Canada",
      "type": "line",
      "symbol": "emptyCircle",
      "symbolSize": 6,
      "lineStyle": { "width": 2, "type": "solid", "color": "#875A1A" },
      "itemStyle": { "color": "#875A1A" },
      "data": [93.32, 93.25, 89.5, 91.24, 93.18, 93.81, 94.99, 96.73, 96.57, 96.56, 98.28, 99.57, 100, 93.86, 98.85, 101.77, 100.99, 100.1]
    }
  ]
}
