{
  "title": {
    "text": "2025 prices as a share of 2022",
    "subtext": "Annual IMF averages; 100 would match the war-year level",
    "left": 8,
    "textStyle": {
      "fontSize": 16,
      "color": "#17212b"
    },
    "subtextStyle": {
      "fontSize": 12,
      "color": "#4a5a67"
    }
  },
  "grid": {
    "left": 132,
    "right": 48,
    "top": 72,
    "bottom": 40
  },
  "tooltip": {
    "trigger": "axis",
    "axisPointer": {
      "type": "shadow"
    }
  },
  "xAxis": {
    "type": "value",
    "name": "% of 2022",
    "min": 0,
    "max": 100,
    "axisLabel": {
      "color": "#4a5a67"
    },
    "splitLine": {
      "lineStyle": {
        "color": "#e6edf2"
      }
    }
  },
  "yAxis": {
    "type": "category",
    "data": [
      "Wheat",
      "Cereals index",
      "Maize",
      "Vegetable oils index",
      "Food index",
      "Rice"
    ],
    "axisLabel": {
      "color": "#17212b"
    },
    "axisLine": {
      "lineStyle": {
        "color": "#c5d0d8"
      }
    }
  },
  "series": [
    {
      "name": "2025 as % of 2022",
      "type": "bar",
      "data": [
        48.1,
        57.4,
        63.8,
        73.8,
        86.2,
        91.7
      ],
      "barWidth": 18,
      "itemStyle": {
        "color": "#1f4e79"
      },
      "label": {
        "show": true,
        "position": "right",
        "formatter": "{c}%",
        "color": "#17212b"
      },
      "markLine": {
        "symbol": "none",
        "label": {
          "formatter": "2022 level",
          "color": "#9b2c2c"
        },
        "lineStyle": {
          "type": "dashed",
          "color": "#9b2c2c",
          "width": 1.5
        },
        "data": [
          {
            "xAxis": 100
          }
        ]
      }
    }
  ]
}
