{
  "title": {
    "text": "Real GDP indexed to 2021",
    "left": "center",
    "textStyle": {
      "fontSize": 16,
      "fontWeight": 600,
      "color": "#17212b"
    }
  },
  "tooltip": {
    "trigger": "axis"
  },
  "legend": {
    "bottom": 8,
    "itemGap": 18
  },
  "grid": {
    "left": 62,
    "right": 28,
    "top": 52,
    "bottom": 78
  },
  "xAxis": {
    "type": "category",
    "data": [
      2013,
      2014,
      2015,
      2016,
      2017,
      2018,
      2019,
      2020,
      2021,
      2022,
      2023,
      2024,
      2025,
      2026
    ],
    "axisLabel": {
      "color": "#334"
    },
    "axisTick": {
      "alignWithLabel": true
    }
  },
  "yAxis": {
    "type": "value",
    "name": "Index (2021 = 100)",
    "nameLocation": "middle",
    "nameGap": 42,
    "min": 60,
    "max": 130,
    "splitLine": {
      "lineStyle": {
        "color": "#e6e8eb"
      }
    },
    "axisLabel": {
      "color": "#334"
    }
  },
  "series": [
    {
      "name": "Russia",
      "type": "line",
      "symbol": "circle",
      "symbolSize": 9,
      "data": [
        91.67,
        92.34,
        90.52,
        90.7,
        92.35,
        94.95,
        97.03,
        94.46,
        100.0,
        98.56,
        102.57,
        107.62,
        108.68,
        109.86
      ],
      "lineStyle": {
        "width": 3,
        "color": "#1b4f72"
      },
      "itemStyle": {
        "color": "#1b4f72"
      },
      "z": 4,
      "markArea": {
        "silent": true,
        "itemStyle": {
          "color": "rgba(23,33,43,0.06)"
        },
        "label": {
          "show": true,
          "formatter": "IMF 2025\u201326 projections",
          "color": "#5b6770",
          "position": "insideTop"
        },
        "data": [
          [
            {
              "xAxis": 2025
            },
            {
              "xAxis": 2026
            }
          ]
        ]
      }
    },
    {
      "name": "Ukraine",
      "type": "line",
      "symbol": "diamond",
      "symbolSize": 10,
      "data": [
        110.4,
        99.4,
        89.69,
        91.88,
        94.04,
        97.32,
        100.44,
        96.67,
        100.0,
        71.24,
        75.18,
        77.63,
        79.02,
        80.6
      ],
      "lineStyle": {
        "width": 2.5,
        "type": "dashed",
        "color": "#c0392b"
      },
      "itemStyle": {
        "color": "#c0392b"
      },
      "z": 3
    },
    {
      "name": "United States",
      "type": "line",
      "symbol": "triangle",
      "symbolSize": 10,
      "data": [
        82.72,
        84.81,
        87.31,
        88.9,
        91.08,
        93.78,
        96.21,
        94.2,
        100.0,
        102.52,
        105.53,
        108.48,
        110.78,
        113.35
      ],
      "lineStyle": {
        "width": 2.5,
        "color": "#1e8449"
      },
      "itemStyle": {
        "color": "#1e8449"
      },
      "z": 2
    },
    {
      "name": "China",
      "type": "line",
      "symbol": "rect",
      "symbolSize": 8,
      "data": [
        60.55,
        65.08,
        69.65,
        74.37,
        79.5,
        84.87,
        90.02,
        92.12,
        100.0,
        103.11,
        108.66,
        114.09,
        119.75,
        125.03
      ],
      "lineStyle": {
        "width": 2.5,
        "type": "dotted",
        "color": "#6c3483"
      },
      "itemStyle": {
        "color": "#6c3483"
      },
      "z": 1
    }
  ]
}