{
  "backgroundColor": "#ffffff",
  "title": {
    "text": "The United States still has the widest G7 budget hole",
    "subtext": "General government net lending/borrowing, percent of GDP, 2025 IMF estimate",
    "left": 8,
    "top": 8,
    "textStyle": {
      "fontSize": 16,
      "fontWeight": 600,
      "color": "#17212b"
    },
    "subtextStyle": {
      "fontSize": 12,
      "color": "#4a5560"
    }
  },
  "grid": {
    "top": 72,
    "left": 8,
    "right": 56,
    "bottom": 40,
    "containLabel": true
  },
  "tooltip": {
    "trigger": "axis",
    "axisPointer": {
      "type": "shadow"
    }
  },
  "xAxis": {
    "type": "value",
    "name": "% of GDP",
    "nameLocation": "middle",
    "nameGap": 28,
    "nameTextStyle": {
      "color": "#4a5560",
      "fontSize": 11
    },
    "axisLabel": {
      "color": "#4a5560",
      "fontSize": 11
    },
    "splitLine": {
      "lineStyle": {
        "color": "#e6ebf0"
      }
    },
    "axisLine": {
      "show": false
    },
    "axisTick": {
      "show": false
    },
    "max": 0,
    "min": -8
  },
  "yAxis": {
    "type": "category",
    "data": [
      "Japan",
      "Canada",
      "Germany",
      "Italy",
      "France",
      "United Kingdom",
      "United States"
    ],
    "axisLabel": {
      "color": "#17212b",
      "fontSize": 12
    },
    "axisLine": {
      "lineStyle": {
        "color": "#c5cdd6"
      }
    },
    "axisTick": {
      "show": false
    }
  },
  "series": [
    {
      "name": "Net lending/borrowing",
      "type": "bar",
      "data": [
        {
          "value": -1.1,
          "itemStyle": {
            "color": "#5B7C99"
          }
        },
        {
          "value": -1.8,
          "itemStyle": {
            "color": "#5B7C99"
          }
        },
        {
          "value": -2.7,
          "itemStyle": {
            "color": "#5B7C99"
          }
        },
        {
          "value": -3.1,
          "itemStyle": {
            "color": "#5B7C99"
          }
        },
        {
          "value": -5.1,
          "itemStyle": {
            "color": "#5B7C99"
          }
        },
        {
          "value": -5.4,
          "itemStyle": {
            "color": "#5B7C99"
          }
        },
        {
          "value": -6.8,
          "itemStyle": {
            "color": "#0072B2"
          }
        }
      ],
      "barWidth": 18,
      "label": {
        "show": true,
        "position": "right",
        "color": "#17212b",
        "fontSize": 11
      }
    }
  ]
}
