{
  "title": {
    "text": "Same-era yields, different interest bills",
    "subtext": "Implied net interest, percent of GDP",
    "left": "center",
    "textStyle": {
      "fontSize": 15
    },
    "subtextStyle": {
      "fontSize": 12
    }
  },
  "tooltip": {
    "trigger": "axis"
  },
  "legend": {
    "data": [
      "2008",
      "2026 (WEO projection)"
    ],
    "bottom": 4
  },
  "grid": {
    "left": 52,
    "right": 16,
    "top": 56,
    "bottom": 56
  },
  "xAxis": {
    "type": "category",
    "data": [
      "Japan",
      "United Kingdom",
      "United States"
    ],
    "axisLabel": {
      "interval": 0
    }
  },
  "yAxis": {
    "type": "value",
    "name": "% of GDP",
    "nameLocation": "middle",
    "nameGap": 32,
    "min": 0,
    "max": 4.5
  },
  "series": [
    {
      "name": "2008",
      "type": "bar",
      "data": [
        0.83,
        1.54,
        2.02
      ],
      "barMaxWidth": 36,
      "itemStyle": {
        "color": "#7a8b99"
      },
      "label": {
        "show": true,
        "position": "top"
      }
    },
    {
      "name": "2026 (WEO projection)",
      "type": "bar",
      "data": [
        0.31,
        2.67,
        3.83
      ],
      "barMaxWidth": 36,
      "itemStyle": {
        "color": "#1f4e79"
      },
      "label": {
        "show": true,
        "position": "top"
      }
    }
  ]
}
