{
  "title": {
    "text": "Japan still pays almost nothing to service its debt",
    "left": 0,
    "textStyle": {
      "fontSize": 16,
      "color": "#17212b",
      "fontWeight": 600
    }
  },
  "grid": {
    "top": 56,
    "left": 120,
    "right": 72,
    "bottom": 40
  },
  "tooltip": {
    "trigger": "axis",
    "axisPointer": {
      "type": "shadow"
    }
  },
  "xAxis": {
    "type": "value",
    "name": "% of GDP, 2025",
    "nameLocation": "middle",
    "nameGap": 28,
    "min": -0.5,
    "max": 4,
    "splitLine": {
      "lineStyle": {
        "color": "#e6edf2"
      }
    }
  },
  "yAxis": {
    "type": "category",
    "data": [
      "Canada",
      "Japan",
      "Germany",
      "France",
      "United Kingdom",
      "Italy",
      "United States"
    ],
    "axisLabel": {
      "interval": 0
    }
  },
  "series": [
    {
      "name": "Implied net interest",
      "type": "bar",
      "data": [
        -0.33,
        0.2,
        0.88,
        1.98,
        2.61,
        3.61,
        3.65
      ],
      "barWidth": 18,
      "itemStyle": {
        "color": "#1d4f91"
      },
      "label": {
        "show": true,
        "position": "right",
        "formatter": "{c}"
      }
    }
  ]
}