{
  "title": {
    "text": "The inflation spike was severe. It is no longer the whole story.",
    "subtext": "Average consumer-price inflation, percent change, 2019–2024",
    "left": "center",
    "textStyle": { "fontSize": 16, "fontWeight": 600, "color": "#17212b" },
    "subtextStyle": { "fontSize": 12, "color": "#4a5560" }
  },
  "tooltip": { "trigger": "axis" },
  "legend": {
    "bottom": 0,
    "data": ["United Kingdom", "United States", "France", "Germany", "Canada"]
  },
  "grid": { "left": 16, "right": 24, "top": 72, "bottom": 48, "containLabel": true },
  "xAxis": {
    "type": "category",
    "data": [2019, 2020, 2021, 2022, 2023, 2024]
  },
  "yAxis": {
    "type": "value",
    "name": "Percent",
    "splitLine": { "lineStyle": { "color": "#e6e8eb" } }
  },
  "series": [
    {
      "name": "United Kingdom",
      "type": "line",
      "symbol": "circle",
      "symbolSize": 8,
      "lineStyle": { "width": 3, "type": "solid", "color": "#B85C38" },
      "itemStyle": { "color": "#B85C38" },
      "data": [1.79, 0.85, 2.59, 9.07, 7.3, 2.53]
    },
    {
      "name": "United States",
      "type": "line",
      "symbol": "diamond",
      "symbolSize": 7,
      "lineStyle": { "width": 2, "type": "dashed", "color": "#1F4E79" },
      "itemStyle": { "color": "#1F4E79" },
      "data": [1.81, 1.25, 4.68, 7.99, 4.13, 2.95]
    },
    {
      "name": "France",
      "type": "line",
      "symbol": "triangle",
      "symbolSize": 7,
      "lineStyle": { "width": 2, "type": "dotted", "color": "#2F6B3C" },
      "itemStyle": { "color": "#2F6B3C" },
      "data": [1.3, 0.53, 2.07, 5.9, 5.66, 2.32]
    },
    {
      "name": "Germany",
      "type": "line",
      "symbol": "rect",
      "symbolSize": 6,
      "lineStyle": { "width": 2, "type": "dashed", "color": "#5C4B7A" },
      "itemStyle": { "color": "#5C4B7A" },
      "data": [1.4, 0.36, 3.22, 8.67, 6.0, 2.48]
    },
    {
      "name": "Canada",
      "type": "line",
      "symbol": "emptyCircle",
      "symbolSize": 6,
      "lineStyle": { "width": 2, "type": "solid", "color": "#875A1A" },
      "itemStyle": { "color": "#875A1A" },
      "data": [1.95, 0.72, 3.4, 6.78, 3.9, 2.38]
    }
  ]
}
