{
  "title": {
    "text": "Average consumer-price inflation",
    "left": "center",
    "textStyle": { "fontSize": 16, "fontWeight": 600, "color": "#17212b" }
  },
  "legend": {
    "top": 32,
    "data": ["Russia", "United States"]
  },
  "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": "Percent",
    "nameLocation": "middle",
    "nameGap": 36,
    "min": 0,
    "max": 16,
    "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": [4.5, 3.4, 6.7, 13.7, 5.9, 8.4, 8.7, 5.6]
    },
    {
      "name": "United States",
      "type": "line",
      "showSymbol": true,
      "symbol": "triangle",
      "symbolSize": 9,
      "lineStyle": { "width": 2, "type": "dotted", "color": "#1e8449" },
      "itemStyle": { "color": "#1e8449" },
      "data": [1.8, 1.3, 4.7, 8.0, 4.1, 3.0, 2.7, 3.2]
    }
  ]
}
