{
  "backgroundColor": "#ffffff",
  "title": {
    "text": "High debt is not the same as a high interest bill",
    "subtext": "G7 general-government gross debt vs implied interest, 2024. Canada omitted (unusable residual).",
    "left": 8,
    "textStyle": { "fontSize": 16, "fontWeight": 600, "color": "#17212b" },
    "subtextStyle": { "fontSize": 12, "color": "#4a5b6a" }
  },
  "grid": { "top": 80, "left": 64, "right": 28, "bottom": 56 },
  "tooltip": { "trigger": "item" },
  "xAxis": {
    "type": "value",
    "name": "Gross debt, percent of GDP",
    "nameLocation": "middle",
    "nameGap": 32,
    "min": 40,
    "max": 240,
    "axisLabel": { "color": "#334155" },
    "splitLine": { "lineStyle": { "color": "#e5e7eb" } }
  },
  "yAxis": {
    "type": "value",
    "name": "Implied interest, percent of GDP",
    "nameLocation": "middle",
    "nameGap": 44,
    "min": 0,
    "max": 4.5,
    "axisLabel": { "color": "#334155" },
    "splitLine": { "lineStyle": { "color": "#e5e7eb" } }
  },
  "series": [
    {
      "name": "2024",
      "type": "scatter",
      "symbolSize": 18,
      "label": {
        "show": true,
        "position": "right",
        "distance": 8,
        "color": "#17212b",
        "fontSize": 12
      },
      "data": [
        {
          "value": [122.27, 3.487],
          "name": "United States",
          "itemStyle": { "color": "#0b3d5c" },
          "label": { "formatter": "United States" }
        },
        {
          "value": [214.49, 0.116],
          "name": "Japan",
          "itemStyle": { "color": "#1e8449" },
          "label": { "formatter": "Japan" }
        },
        {
          "value": [134.74, 3.612],
          "name": "Italy",
          "itemStyle": { "color": "#6c3483" },
          "label": { "formatter": "Italy" }
        },
        {
          "value": [99.9, 2.033],
          "name": "United Kingdom",
          "itemStyle": { "color": "#7f8c8d" },
          "label": { "formatter": "United Kingdom" }
        },
        {
          "value": [113.17, 1.801],
          "name": "France",
          "itemStyle": { "color": "#7f8c8d" },
          "label": { "formatter": "France" }
        },
        {
          "value": [62.23, 0.809],
          "name": "Germany",
          "itemStyle": { "color": "#7f8c8d" },
          "label": { "formatter": "Germany" }
        }
      ]
    }
  ]
}
