{
  "title": {
    "text": "After COVID, France barely cut its debt ratio",
    "left": "center",
    "textStyle": {
      "fontSize": 16,
      "fontWeight": 600,
      "color": "#17212b"
    }
  },
  "tooltip": {
    "trigger": "axis",
    "axisPointer": {
      "type": "shadow"
    }
  },
  "grid": {
    "top": 56,
    "left": 110,
    "right": 56,
    "bottom": 48
  },
  "xAxis": {
    "type": "value",
    "name": "Percentage-point change, 2020 to 2024",
    "nameLocation": "middle",
    "nameGap": 30,
    "axisLine": {
      "onZero": true
    }
  },
  "yAxis": {
    "type": "category",
    "data": [
      "Italy",
      "Spain",
      "Japan",
      "United States",
      "Belgium",
      "Germany",
      "United Kingdom",
      "France"
    ],
    "inverse": false,
    "axisLabel": {
      "interval": 0
    }
  },
  "series": [
    {
      "type": "bar",
      "data": [
        {
          "value": -19.6,
          "itemStyle": {
            "color": "#5c6b73",
            "decal": {
              "symbol": "none"
            },
            "borderColor": "#5c6b73",
            "borderWidth": 0
          }
        },
        {
          "value": -17.5,
          "itemStyle": {
            "color": "#5c6b73",
            "decal": {
              "symbol": "none"
            },
            "borderColor": "#5c6b73",
            "borderWidth": 0
          }
        },
        {
          "value": -14.3,
          "itemStyle": {
            "color": "#5c6b73",
            "decal": {
              "symbol": "none"
            },
            "borderColor": "#5c6b73",
            "borderWidth": 0
          }
        },
        {
          "value": -10.3,
          "itemStyle": {
            "color": "#5c6b73",
            "decal": {
              "symbol": "none"
            },
            "borderColor": "#5c6b73",
            "borderWidth": 0
          }
        },
        {
          "value": -7.4,
          "itemStyle": {
            "color": "#5c6b73",
            "decal": {
              "symbol": "none"
            },
            "borderColor": "#5c6b73",
            "borderWidth": 0
          }
        },
        {
          "value": -5.8,
          "itemStyle": {
            "color": "#5c6b73",
            "decal": {
              "symbol": "none"
            },
            "borderColor": "#5c6b73",
            "borderWidth": 0
          }
        },
        {
          "value": -4.9,
          "itemStyle": {
            "color": "#5c6b73",
            "decal": {
              "symbol": "none"
            },
            "borderColor": "#5c6b73",
            "borderWidth": 0
          }
        },
        {
          "value": -1.7,
          "itemStyle": {
            "color": "#0b3d91",
            "decal": {
              "symbol": "line",
              "rotation": 0.8,
              "dashArrayX": [
                1,
                0
              ],
              "dashArrayY": [
                2,
                3
              ],
              "color": "rgba(255,255,255,0.35)"
            },
            "borderColor": "#0b3d91",
            "borderWidth": 2
          }
        }
      ],
      "label": {
        "show": true,
        "position": "right",
        "formatter": "{c}",
        "color": "#17212b",
        "fontSize": 11
      },
      "barWidth": "58%"
    }
  ]
}
