{
  "backgroundColor": "#ffffff",
  "title": {
    "text": "Public debt is much heavier than before the last oil shock \u2014 except in Germany",
    "left": 0,
    "textStyle": {
      "fontSize": 15,
      "fontWeight": 600,
      "color": "#17212b"
    }
  },
  "legend": {
    "top": 36,
    "data": [
      "2019",
      "2025"
    ]
  },
  "grid": {
    "top": 80,
    "left": 16,
    "right": 48,
    "bottom": 24,
    "containLabel": true
  },
  "tooltip": {
    "trigger": "axis"
  },
  "yAxis": {
    "type": "category",
    "data": [
      "Germany",
      "United Kingdom",
      "France",
      "United States",
      "Japan"
    ],
    "axisLabel": {
      "color": "#334155"
    }
  },
  "xAxis": {
    "type": "value",
    "name": "% of GDP",
    "nameLocation": "middle",
    "nameGap": 28,
    "min": 0,
    "max": 230,
    "splitLine": {
      "lineStyle": {
        "color": "#e2e8f0"
      }
    }
  },
  "series": [
    {
      "name": "2019",
      "type": "bar",
      "data": [
        58.7,
        84.9,
        98.2,
        108.8,
        206.3
      ],
      "itemStyle": {
        "color": "#94a3b8"
      },
      "barMaxWidth": 16
    },
    {
      "name": "2025",
      "type": "bar",
      "data": [
        62.9,
        102.3,
        116.0,
        123.9,
        206.5
      ],
      "itemStyle": {
        "color": "#1f4e79"
      },
      "barMaxWidth": 16
    }
  ]
}