{
  "title": {
    "text": "Cocoa\u2019s 2022\u201325 jump was not a general food boom",
    "left": "center",
    "textStyle": {
      "fontSize": 16,
      "fontWeight": 600,
      "color": "#17212b"
    }
  },
  "tooltip": {
    "trigger": "axis"
  },
  "grid": {
    "left": 180,
    "right": 48,
    "top": 56,
    "bottom": 48
  },
  "xAxis": {
    "type": "value",
    "name": "Percent change, 2022 to 2025",
    "nameLocation": "middle",
    "nameGap": 28,
    "axisLabel": {
      "color": "#334155"
    },
    "splitLine": {
      "lineStyle": {
        "color": "#e2e8f0"
      }
    }
  },
  "yAxis": {
    "type": "category",
    "data": [
      "Food price index",
      "Non-fuel commodities index",
      "Coffee price index",
      "Cocoa (US$/mt)"
    ],
    "axisLabel": {
      "color": "#334155"
    }
  },
  "series": [
    {
      "name": "Percent change",
      "type": "bar",
      "data": [
        {
          "value": -13.8,
          "itemStyle": {
            "color": "#b45309"
          }
        },
        {
          "value": 7.2,
          "itemStyle": {
            "color": "#0369a1"
          }
        },
        {
          "value": 76.8,
          "itemStyle": {
            "color": "#0f766e"
          }
        },
        {
          "value": 228.7,
          "itemStyle": {
            "color": "#0f766e"
          }
        }
      ],
      "label": {
        "show": true,
        "position": "right",
        "color": "#17212b"
      },
      "barWidth": 22
    }
  ]
}
