{
  "title": {
    "text": "Annual real GDP growth",
    "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
    ],
    "axisTick": {
      "alignWithLabel": true
    }
  },
  "yAxis": {
    "type": "value",
    "name": "Percent change",
    "nameLocation": "middle",
    "nameGap": 42,
    "splitLine": {
      "lineStyle": {
        "color": "#e6e8eb"
      }
    }
  },
  "series": [
    {
      "name": "Russia",
      "type": "bar",
      "data": [
        1.76,
        0.74,
        -1.97,
        0.19,
        1.83,
        2.81,
        2.2,
        -2.65,
        5.87,
        -1.44,
        4.07,
        4.92,
        0.98,
        1.09
      ],
      "itemStyle": {
        "color": "#1b4f72"
      },
      "barGap": "15%",
      "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": "United States",
      "type": "bar",
      "data": [
        2.12,
        2.52,
        2.95,
        1.82,
        2.46,
        2.97,
        2.58,
        -2.08,
        6.15,
        2.52,
        2.93,
        2.79,
        2.12,
        2.32
      ],
      "itemStyle": {
        "color": "#1e8449"
      }
    },
    {
      "name": "China",
      "type": "bar",
      "data": [
        7.77,
        7.49,
        7.02,
        6.78,
        6.89,
        6.76,
        6.06,
        2.34,
        8.56,
        3.11,
        5.38,
        5.0,
        4.96,
        4.41
      ],
      "itemStyle": {
        "color": "#6c3483"
      }
    }
  ]
}