{
  "title": {
    "text": "General government budget balance, 2024",
    "left": 8,
    "textStyle": { "fontSize": 15, "fontWeight": 600, "color": "#17212b" }
  },
  "tooltip": { "trigger": "axis" },
  "grid": { "top": 56, "left": 24, "right": 48, "bottom": 48, "containLabel": true },
  "xAxis": {
    "type": "value",
    "name": "Percent of GDP (negative = deficit)",
    "nameLocation": "middle",
    "nameGap": 28,
    "max": 0,
    "min": -9
  },
  "yAxis": {
    "type": "category",
    "data": ["United States", "China", "United Kingdom", "France", "Italy", "Germany", "Japan"],
    "inverse": true
  },
  "series": [
    {
      "name": "Net lending/borrowing",
      "type": "bar",
      "data": [-7.86, -7.11, -6.06, -5.79, -3.35, -2.66, -1.67],
      "itemStyle": { "color": "#0b3d91" },
      "label": {
        "show": true,
        "position": "right",
        "color": "#17212b"
      }
    }
  ]
}
