{
  "backgroundColor": "#ffffff",
  "title": {
    "text": "The IMF still sees a new US debt step by 2031",
    "subtext": "Projected change in general government gross debt, percentage points of GDP, 2025\u20132031",
    "left": 8,
    "top": 8,
    "textStyle": {
      "fontSize": 16,
      "fontWeight": 600,
      "color": "#17212b"
    },
    "subtextStyle": {
      "fontSize": 12,
      "color": "#4a5560"
    }
  },
  "grid": {
    "top": 72,
    "left": 8,
    "right": 72,
    "bottom": 40,
    "containLabel": true
  },
  "tooltip": {
    "trigger": "axis",
    "axisPointer": {
      "type": "shadow"
    }
  },
  "xAxis": {
    "type": "value",
    "name": "percentage points 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": 24
  },
  "yAxis": {
    "type": "category",
    "data": [
      "Japan",
      "Canada",
      "Italy",
      "United Kingdom",
      "France",
      "Germany",
      "United States"
    ],
    "axisLabel": {
      "color": "#17212b",
      "fontSize": 12
    },
    "axisLine": {
      "lineStyle": {
        "color": "#c5cdd6"
      }
    },
    "axisTick": {
      "show": false
    }
  },
  "series": [
    {
      "type": "bar",
      "data": [
        {
          "value": -13.7,
          "itemStyle": {
            "color": "#009E73"
          }
        },
        {
          "value": -10.0,
          "itemStyle": {
            "color": "#009E73"
          }
        },
        {
          "value": -1.0,
          "itemStyle": {
            "color": "#009E73"
          }
        },
        {
          "value": 0.2,
          "itemStyle": {
            "color": "#D55E00"
          }
        },
        {
          "value": 4.7,
          "itemStyle": {
            "color": "#D55E00"
          }
        },
        {
          "value": 10.7,
          "itemStyle": {
            "color": "#D55E00"
          }
        },
        {
          "value": 18.2,
          "itemStyle": {
            "color": "#0072B2"
          }
        }
      ],
      "barWidth": 18,
      "label": {
        "show": true,
        "position": "right",
        "color": "#17212b",
        "fontSize": 11
      },
      "markLine": {
        "silent": true,
        "symbol": "none",
        "lineStyle": {
          "color": "#8892a0",
          "width": 1
        },
        "data": [
          {
            "xAxis": 0
          }
        ],
        "label": {
          "show": false
        }
      }
    }
  ]
}
