{
  "title": {
    "text": "G7 average consumer-price inflation, 2025",
    "left": "center",
    "textStyle": { "fontSize": 16, "fontWeight": 600, "color": "#17212b" }
  },
  "subtitle": {
    "text": "Percent, annual average. Dashed line marks the 2% target used by these central banks.",
    "left": "center"
  },
  "tooltip": {
    "trigger": "axis",
    "axisPointer": { "type": "shadow" }
  },
  "grid": {
    "left": 120,
    "right": 56,
    "top": 72,
    "bottom": 48,
    "containLabel": false
  },
  "xAxis": {
    "type": "value",
    "name": "Percent",
    "nameLocation": "middle",
    "nameGap": 28,
    "min": 0,
    "max": 4,
    "interval": 1,
    "axisLabel": { "color": "#334155" },
    "splitLine": { "lineStyle": { "color": "#e2e8f0" } }
  },
  "yAxis": {
    "type": "category",
    "inverse": true,
    "data": [
      "United Kingdom",
      "Japan",
      "United States",
      "Germany",
      "Canada",
      "Italy",
      "France"
    ],
    "axisLabel": { "color": "#17212b", "fontSize": 13 },
    "axisTick": { "show": false },
    "axisLine": { "show": false }
  },
  "series": [
    {
      "type": "bar",
      "name": "2025 inflation",
      "barWidth": 18,
      "label": {
        "show": true,
        "position": "right",
        "color": "#17212b",
        "fontSize": 12
      },
      "markLine": {
        "silent": true,
        "symbol": "none",
        "label": {
          "formatter": "2% target",
          "position": "end",
          "color": "#9a3412"
        },
        "lineStyle": { "color": "#9a3412", "type": "dashed", "width": 2 },
        "data": [{ "xAxis": 2 }]
      },
      "data": [
        { "value": 3.4, "itemStyle": { "color": "#1d4f91" } },
        { "value": 3.2, "itemStyle": { "color": "#b42318" } },
        { "value": 2.7, "itemStyle": { "color": "#1d4f91" } },
        { "value": 2.3, "itemStyle": { "color": "#1d4f91" } },
        { "value": 2.1, "itemStyle": { "color": "#1d4f91" } },
        { "value": 1.6, "itemStyle": { "color": "#64748b" } },
        { "value": 0.9, "itemStyle": { "color": "#64748b" } }
      ]
    }
  ]
}
