{
  "backgroundColor": "#ffffff",
  "title": {
    "text": "Implied interest cost, 2024",
    "subtext": "General-government primary balance minus overall balance, percent of GDP",
    "left": 8,
    "textStyle": { "fontSize": 16, "fontWeight": 600, "color": "#17212b" },
    "subtextStyle": { "fontSize": 12, "color": "#4a5b6a" }
  },
  "grid": { "top": 72, "left": 128, "right": 56, "bottom": 40 },
  "tooltip": { "trigger": "axis", "axisPointer": { "type": "shadow" } },
  "xAxis": {
    "type": "value",
    "name": "Percent of GDP",
    "nameLocation": "middle",
    "nameGap": 28,
    "min": 0,
    "max": 4,
    "axisLabel": { "color": "#334155" },
    "splitLine": { "lineStyle": { "color": "#e5e7eb" } }
  },
  "yAxis": {
    "type": "category",
    "data": ["Japan", "Germany", "France", "United Kingdom", "United States", "Italy"],
    "axisLabel": { "color": "#17212b", "fontSize": 13 },
    "axisTick": { "show": false }
  },
  "series": [
    {
      "name": "Implied interest, % of GDP",
      "type": "bar",
      "barWidth": 18,
      "label": {
        "show": true,
        "position": "right",
        "color": "#17212b",
        "fontSize": 12
      },
      "data": [
        { "value": 0.12, "itemStyle": { "color": "#7f8c8d" } },
        { "value": 0.81, "itemStyle": { "color": "#7f8c8d" } },
        { "value": 1.80, "itemStyle": { "color": "#7f8c8d" } },
        { "value": 2.03, "itemStyle": { "color": "#7f8c8d" } },
        { "value": 3.49, "itemStyle": { "color": "#0b3d5c" } },
        { "value": 3.61, "itemStyle": { "color": "#6c3483" } }
      ]
    }
  ]
}
