{
  "backgroundColor": "#ffffff",
  "color": [
    "#1f4e79"
  ],
  "title": {
    "text": "Grocery share still differs more by state than it moved nationally",
    "subtext": "Food at home as % of 2024 state PCE; dashed line is the U.S. average (6.28%)",
    "left": "center",
    "textStyle": {
      "fontSize": 15,
      "fontWeight": "bold",
      "color": "#17212b"
    },
    "subtextStyle": {
      "fontSize": 11,
      "color": "#4a5560"
    }
  },
  "grid": {
    "left": 118,
    "right": 48,
    "top": 78,
    "bottom": 40
  },
  "tooltip": {
    "trigger": "axis"
  },
  "xAxis": {
    "type": "value",
    "name": "% of PCE, 2024",
    "min": 4.5,
    "max": 9,
    "axisLabel": {
      "color": "#334155"
    },
    "splitLine": {
      "lineStyle": {
        "color": "#e6edf2"
      }
    }
  },
  "yAxis": {
    "type": "category",
    "data": [
      "Minnesota",
      "Massachusetts",
      "North Dakota",
      "New Jersey",
      "New York",
      "South Dakota",
      "Connecticut",
      "Maryland",
      "Georgia",
      "Maine",
      "Montana",
      "Kentucky",
      "West Virginia",
      "Hawaii",
      "Kansas",
      "Mississippi"
    ],
    "axisLabel": {
      "color": "#334155",
      "fontSize": 11
    }
  },
  "series": [
    {
      "name": "Food at home share",
      "type": "bar",
      "data": [
        5.233,
        5.4338,
        5.476,
        5.5411,
        5.5531,
        5.5982,
        5.6739,
        5.6792,
        7.2247,
        7.2266,
        7.2794,
        7.6558,
        7.738,
        7.7963,
        7.8121,
        8.2576
      ],
      "itemStyle": {
        "color": "#1f4e79"
      },
      "markLine": {
        "symbol": "none",
        "label": {
          "formatter": "U.S. 6.28%",
          "position": "end",
          "color": "#9a3412"
        },
        "lineStyle": {
          "color": "#c45c26",
          "type": "dashed",
          "width": 2
        },
        "data": [
          {
            "xAxis": 6.283
          }
        ]
      }
    }
  ]
}
