{
  "backgroundColor": "#ffffff",
  "title": {
    "text": "Grocery spending rose. So did everything else.",
    "subtext": "Percent change, 2019\u20132024, current dollars",
    "left": "center",
    "textStyle": {
      "fontSize": 16,
      "fontWeight": "bold",
      "color": "#17212b"
    },
    "subtextStyle": {
      "fontSize": 12,
      "color": "#4a5560"
    }
  },
  "grid": {
    "left": 52,
    "right": 24,
    "top": 80,
    "bottom": 64
  },
  "tooltip": {
    "trigger": "axis"
  },
  "xAxis": {
    "type": "category",
    "data": [
      "Food at home, per person",
      "All consumption, per person",
      "Restaurant meals, total"
    ],
    "axisLabel": {
      "color": "#334155",
      "interval": 0,
      "hideOverlap": false
    }
  },
  "yAxis": {
    "type": "value",
    "name": "% change",
    "min": 0,
    "max": 55,
    "axisLabel": {
      "color": "#334155"
    },
    "splitLine": {
      "lineStyle": {
        "color": "#e6edf2"
      }
    }
  },
  "series": [
    {
      "type": "bar",
      "barWidth": "48%",
      "data": [
        {
          "value": 31.9,
          "itemStyle": {
            "color": "#1f4e79"
          }
        },
        {
          "value": 33.8,
          "itemStyle": {
            "color": "#3d7ab5"
          }
        },
        {
          "value": 46.2,
          "itemStyle": {
            "color": "#c45c26"
          }
        }
      ],
      "label": {
        "show": true,
        "position": "top",
        "color": "#17212b"
      }
    }
  ]
}
