{
  "title": {
    "text": "Pharmaceutical products as a share of US consumer spending",
    "left": "center",
    "textStyle": {
      "fontSize": 16,
      "fontWeight": 600,
      "color": "#17212b"
    }
  },
  "tooltip": {
    "trigger": "axis"
  },
  "grid": {
    "left": 56,
    "right": 20,
    "top": 56,
    "bottom": 48
  },
  "xAxis": {
    "type": "category",
    "data": [
      "1997",
      "1998",
      "1999",
      "2000",
      "2001",
      "2002",
      "2003",
      "2004",
      "2005",
      "2006",
      "2007",
      "2008",
      "2009",
      "2010",
      "2011",
      "2012",
      "2013",
      "2014",
      "2015",
      "2016",
      "2017",
      "2018",
      "2019",
      "2020",
      "2021",
      "2022",
      "2023",
      "2024"
    ],
    "axisLabel": {
      "interval": 3,
      "color": "#334155"
    },
    "axisTick": {
      "alignWithLabel": true
    }
  },
  "yAxis": {
    "type": "value",
    "name": "% of PCE",
    "nameLocation": "middle",
    "nameGap": 36,
    "min": 1.5,
    "max": 3.6,
    "axisLabel": {
      "color": "#334155"
    },
    "splitLine": {
      "lineStyle": {
        "color": "#e2e8f0"
      }
    }
  },
  "series": [
    {
      "name": "Pharmaceutical products share of PCE",
      "type": "line",
      "data": [
        1.85,
        2.01,
        2.2,
        2.32,
        2.53,
        2.69,
        2.81,
        2.84,
        2.8,
        2.94,
        2.97,
        2.97,
        3.16,
        3.14,
        3.16,
        3.17,
        3.17,
        3.27,
        3.36,
        3.32,
        3.27,
        3.26,
        3.35,
        3.63,
        3.26,
        3.21,
        3.32,
        3.36
      ],
      "showSymbol": true,
      "symbolSize": 6,
      "color": "#0b3d91",
      "lineStyle": {
        "width": 3
      },
      "endLabel": {
        "show": true,
        "formatter": "3.36%",
        "color": "#0b3d91"
      }
    }
  ]
}
