{
  "title": {
    "text": "Consumer prices, 2019 to 2025",
    "subtext": "Percent increase in the annual-average CPI. IMF WEO.",
    "left": "center",
    "textStyle": { "fontSize": 16, "fontWeight": 600, "color": "#17212b" },
    "subtextStyle": { "fontSize": 12, "color": "#4b5a67" }
  },
  "grid": { "top": 64, "left": 108, "right": 72, "bottom": 28 },
  "tooltip": { "trigger": "axis", "axisPointer": { "type": "shadow" } },
  "xAxis": {
    "type": "value",
    "name": "% increase",
    "min": 0,
    "max": 140
  },
  "yAxis": {
    "type": "category",
    "data": ["India", "Bangladesh", "Pakistan"],
    "inverse": false
  },
  "series": [
    {
      "name": "CPI increase",
      "type": "bar",
      "data": [
        { "value": 34.4, "itemStyle": { "color": "#c45c26" } },
        { "value": 55.8, "itemStyle": { "color": "#2a7f62" } },
        { "value": 125.3, "itemStyle": { "color": "#0b3d5c" } }
      ],
      "barWidth": 28,
      "label": {
        "show": true,
        "position": "right",
        "formatter": "{c}%",
        "color": "#17212b"
      }
    }
  ]
}
