{
  "title": {
    "text": "Russia’s real GDP growth, 2021–2026",
    "left": "center",
    "textStyle": { "fontSize": 16, "fontWeight": 600, "color": "#17212b" }
  },
  "grid": { "left": 56, "right": 24, "top": 56, "bottom": 56 },
  "xAxis": {
    "type": "category",
    "data": ["2021", "2022", "2023", "2024", "2025e", "2026f"],
    "axisTick": { "alignWithLabel": true },
    "axisLabel": { "color": "#17212b", "fontSize": 12 }
  },
  "yAxis": {
    "type": "value",
    "name": "Percent",
    "nameLocation": "middle",
    "nameGap": 36,
    "min": -3,
    "max": 7,
    "splitLine": { "lineStyle": { "color": "#d5dde3" } },
    "axisLabel": { "color": "#17212b" }
  },
  "tooltip": { "trigger": "axis" },
  "series": [
    {
      "type": "bar",
      "name": "Real GDP growth",
      "barWidth": "52%",
      "data": [
        { "value": 5.9, "itemStyle": { "color": "#1b4f72" } },
        { "value": -1.4, "itemStyle": { "color": "#922b21" } },
        { "value": 4.1, "itemStyle": { "color": "#1b4f72" } },
        { "value": 4.9, "itemStyle": { "color": "#1b4f72" } },
        { "value": 1.0, "itemStyle": { "color": "#7fb3d5" } },
        { "value": 1.1, "itemStyle": { "color": "#7fb3d5" } }
      ],
      "label": {
        "show": true,
        "position": "top",
        "color": "#17212b",
        "fontSize": 12
      },
      "markLine": {
        "silent": true,
        "symbol": "none",
        "data": [{ "yAxis": 0, "lineStyle": { "color": "#17212b", "width": 1 } }]
      }
    }
  ]
}
