{
  "title": {
    "text": "The same basket cost more than twice as much by 2025",
    "subtext": "Consumer-price index rebased to 2019 = 100. Annual averages, not monthly.",
    "left": "center",
    "textStyle": { "fontSize": 16, "fontWeight": 600, "color": "#17212b" },
    "subtextStyle": { "fontSize": 12, "color": "#4b5a67" }
  },
  "legend": {
    "bottom": 0,
    "data": ["Pakistan", "India", "Bangladesh"]
  },
  "grid": { "top": 72, "left": 52, "right": 28, "bottom": 56 },
  "tooltip": { "trigger": "axis" },
  "xAxis": {
    "type": "category",
    "data": ["2015", "2016", "2017", "2018", "2019", "2020", "2021", "2022", "2023", "2024", "2025"],
    "axisTick": { "alignWithLabel": true }
  },
  "yAxis": {
    "type": "value",
    "name": "2019 = 100",
    "nameLocation": "middle",
    "nameGap": 40,
    "min": 70,
    "max": 240
  },
  "series": [
    {
      "name": "Pakistan",
      "type": "line",
      "data": [83.0, 85.4, 89.4, 93.6, 100.0, 110.7, 120.6, 135.2, 174.7, 215.6, 225.3],
      "symbol": "circle",
      "symbolSize": 8,
      "lineStyle": { "width": 3, "color": "#0b3d5c" },
      "itemStyle": { "color": "#0b3d5c" }
    },
    {
      "name": "India",
      "type": "line",
      "data": [85.2, 89.1, 92.3, 95.4, 100.0, 106.2, 112.0, 119.4, 125.8, 131.7, 134.4],
      "symbol": "triangle",
      "symbolSize": 8,
      "lineStyle": { "width": 2, "color": "#c45c26" },
      "itemStyle": { "color": "#c45c26" }
    },
    {
      "name": "Bangladesh",
      "type": "line",
      "data": [80.3, 85.0, 89.6, 94.8, 100.0, 105.6, 111.5, 118.4, 129.1, 141.6, 155.8],
      "symbol": "diamond",
      "symbolSize": 8,
      "lineStyle": { "width": 2, "color": "#2a7f62" },
      "itemStyle": { "color": "#2a7f62" }
    }
  ]
}
