{
  "title": {
    "text": "Russia: inflation stays high as unemployment sinks",
    "left": "center",
    "textStyle": {
      "fontSize": 16,
      "fontWeight": 600,
      "color": "#17212b"
    }
  },
  "tooltip": {
    "trigger": "axis"
  },
  "legend": {
    "bottom": 8,
    "itemGap": 18
  },
  "grid": {
    "left": 62,
    "right": 62,
    "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": "Inflation, %",
      "nameLocation": "middle",
      "nameGap": 38,
      "min": 0,
      "max": 16,
      "splitLine": {
        "lineStyle": {
          "color": "#e6e8eb"
        }
      }
    },
    {
      "type": "value",
      "name": "Unemployment, %",
      "nameLocation": "middle",
      "nameGap": 38,
      "min": 0,
      "max": 8,
      "splitLine": {
        "show": false
      }
    }
  ],
  "series": [
    {
      "name": "Inflation (left)",
      "type": "bar",
      "data": [
        6.75,
        7.82,
        15.53,
        7.04,
        3.68,
        2.88,
        4.47,
        3.38,
        6.69,
        13.75,
        5.86,
        8.44,
        8.68,
        5.62
      ],
      "itemStyle": {
        "color": "#b85c38"
      },
      "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": "Unemployment (right)",
      "type": "line",
      "yAxisIndex": 1,
      "symbol": "circle",
      "symbolSize": 9,
      "data": [
        5.5,
        5.16,
        5.58,
        5.53,
        5.2,
        4.8,
        4.6,
        5.77,
        4.83,
        3.95,
        3.17,
        2.51,
        2.23,
        2.39
      ],
      "lineStyle": {
        "width": 3,
        "color": "#1b4f72"
      },
      "itemStyle": {
        "color": "#1b4f72"
      }
    }
  ]
}