{
  "title": {
    "text": "Real GDP relative to 2021",
    "left": "center",
    "textStyle": { "fontSize": 16, "fontWeight": 600, "color": "#17212b" }
  },
  "legend": {
    "top": 32,
    "data": ["Russia", "Ukraine", "United States", "China"]
  },
  "grid": { "left": 56, "right": 28, "top": 72, "bottom": 48 },
  "xAxis": {
    "type": "category",
    "data": ["2019", "2020", "2021", "2022", "2023", "2024", "2025e", "2026f"],
    "axisLabel": { "color": "#17212b", "fontSize": 12 }
  },
  "yAxis": {
    "type": "value",
    "name": "Index, 2021=100",
    "nameLocation": "middle",
    "nameGap": 40,
    "min": 60,
    "max": 130,
    "splitLine": { "lineStyle": { "color": "#d5dde3" } },
    "axisLabel": { "color": "#17212b" }
  },
  "tooltip": { "trigger": "axis" },
  "series": [
    {
      "name": "Russia",
      "type": "line",
      "showSymbol": true,
      "symbol": "circle",
      "symbolSize": 9,
      "lineStyle": { "width": 3, "color": "#1b4f72" },
      "itemStyle": { "color": "#1b4f72" },
      "data": [97.0, 94.5, 100.0, 98.6, 102.6, 107.6, 108.7, 109.9]
    },
    {
      "name": "Ukraine",
      "type": "line",
      "showSymbol": true,
      "symbol": "diamond",
      "symbolSize": 9,
      "lineStyle": { "width": 3, "type": "dashed", "color": "#922b21" },
      "itemStyle": { "color": "#922b21" },
      "data": [100.4, 96.7, 100.0, 71.2, 75.2, 77.6, 79.0, 80.6]
    },
    {
      "name": "United States",
      "type": "line",
      "showSymbol": true,
      "symbol": "triangle",
      "symbolSize": 9,
      "lineStyle": { "width": 2, "type": "dotted", "color": "#1e8449" },
      "itemStyle": { "color": "#1e8449" },
      "data": [96.2, 94.2, 100.0, 102.5, 105.5, 108.5, 110.8, 113.4]
    },
    {
      "name": "China",
      "type": "line",
      "showSymbol": true,
      "symbol": "rect",
      "symbolSize": 8,
      "lineStyle": { "width": 2, "type": "solid", "color": "#6c3483" },
      "itemStyle": { "color": "#6c3483" },
      "data": [90.0, 92.1, 100.0, 103.1, 108.7, 114.1, 119.7, 125.0]
    }
  ]
}
