{
  "backgroundColor": "#ffffff",
  "color": ["#1f4e79", "#7a8b99"],
  "title": {
    "text": "US general-government debt peaked in 2020, not in 2025",
    "subtext": "Percent of GDP  •  United States  •  IMF World Economic Outlook",
    "left": 16,
    "top": 8,
    "textStyle": { "fontSize": 16, "fontWeight": 600, "color": "#17212b" },
    "subtextStyle": { "fontSize": 12, "color": "#4a5560" }
  },
  "legend": {
    "data": ["History (through 2025)", "IMF projection"],
    "top": 56,
    "left": 16,
    "itemWidth": 22,
    "textStyle": { "fontSize": 12, "color": "#17212b" }
  },
  "grid": { "left": 56, "right": 28, "top": 96, "bottom": 52 },
  "tooltip": {
    "trigger": "axis",
    "axisPointer": { "type": "line" }
  },
  "xAxis": {
    "type": "category",
    "data": ["2007","2008","2009","2010","2011","2012","2013","2014","2015","2016","2017","2018","2019","2020","2021","2022","2023","2024","2025","2026","2027","2028","2029","2030","2031"],
    "axisLabel": { "interval": 2, "fontSize": 11, "color": "#4a5560" },
    "axisLine": { "lineStyle": { "color": "#c5ced6" } }
  },
  "yAxis": {
    "type": "value",
    "name": "% of GDP",
    "nameLocation": "end",
    "min": 0,
    "max": 160,
    "interval": 20,
    "nameTextStyle": { "color": "#4a5560", "fontSize": 11, "padding": [0, 0, 0, 40] },
    "axisLabel": { "fontSize": 11, "color": "#4a5560" },
    "splitLine": { "lineStyle": { "color": "#e6ebef" } }
  },
  "series": [
    {
      "name": "History (through 2025)",
      "type": "line",
      "symbol": "circle",
      "symbolSize": 7,
      "lineStyle": { "width": 2.5, "color": "#1f4e79" },
      "itemStyle": { "color": "#1f4e79" },
      "data": [64.948, 73.844, 87.071, 95.651, 100.027, 103.667, 105.015, 104.942, 105.442, 107.405, 106.403, 107.653, 108.785, 132.552, 125.048, 119.145, 119.963, 122.27, 123.886, null, null, null, null, null, null]
    },
    {
      "name": "IMF projection",
      "type": "line",
      "symbol": "diamond",
      "symbolSize": 7,
      "lineStyle": { "width": 2.5, "type": "dashed", "color": "#7a8b99" },
      "itemStyle": { "color": "#7a8b99" },
      "data": [null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 123.886, 125.781, 128.576, 132.134, 135.527, 138.897, 142.113]
    }
  ]
}
