{
  "title": {
    "text": "General government gross debt, selected large economies",
    "left": 8,
    "textStyle": { "fontSize": 15, "fontWeight": 600, "color": "#17212b" }
  },
  "tooltip": { "trigger": "axis" },
  "legend": {
    "top": 32,
    "data": ["United States", "China", "Japan", "Germany", "Italy"]
  },
  "grid": { "top": 88, "left": 48, "right": 24, "bottom": 48, "containLabel": true },
  "xAxis": {
    "type": "category",
    "name": "Year",
    "nameLocation": "middle",
    "nameGap": 28,
    "data": ["2001","2002","2003","2004","2005","2006","2007","2008","2009","2010","2011","2012","2013","2014","2015","2016","2017","2018","2019","2020","2021","2022","2023","2024","2025"],
    "axisLabel": { "interval": 3 }
  },
  "yAxis": {
    "type": "value",
    "name": "Percent of GDP",
    "nameLocation": "middle",
    "nameGap": 36,
    "min": 0,
    "max": 240
  },
  "series": [
    {
      "name": "United States",
      "type": "line",
      "symbol": "circle",
      "symbolSize": 6,
      "lineStyle": { "width": 2.5, "type": "solid", "color": "#0b3d91" },
      "itemStyle": { "color": "#0b3d91" },
      "data": [53.49,55.86,58.96,66.44,65.78,64.53,64.95,73.84,87.07,95.65,100.03,103.67,105.01,104.94,105.44,107.41,106.4,107.65,108.78,132.55,125.05,119.15,119.96,122.27,123.89]
    },
    {
      "name": "China",
      "type": "line",
      "symbol": "diamond",
      "symbolSize": 7,
      "lineStyle": { "width": 2.5, "type": "dashed", "color": "#c43c3c" },
      "itemStyle": { "color": "#c43c3c" },
      "data": [24.25,25.55,26.42,26.0,25.91,25.17,28.71,26.72,33.98,33.34,33.18,33.83,36.44,39.31,40.78,50.03,53.89,55.88,59.84,70.13,72.13,77.29,84.08,90.42,99.24]
    },
    {
      "name": "Japan",
      "type": "line",
      "symbol": "triangle",
      "symbolSize": 7,
      "lineStyle": { "width": 2, "type": "solid", "color": "#2a9d8f" },
      "itemStyle": { "color": "#2a9d8f" },
      "data": [126.84,134.63,140.24,148.84,153.43,152.1,150.45,153.62,172.86,178.58,190.56,197.14,201.17,203.65,200.14,202.15,203.11,203.72,206.33,228.77,222.68,227.83,220.3,214.49,206.53]
    },
    {
      "name": "Germany",
      "type": "line",
      "symbol": "rect",
      "symbolSize": 6,
      "lineStyle": { "width": 2, "type": "dotted", "color": "#6c757d" },
      "itemStyle": { "color": "#6c757d" },
      "data": [58.06,59.82,63.34,64.96,67.12,66.4,63.69,65.17,72.36,81.03,78.48,79.83,77.46,74.54,71.18,68.3,63.99,60.76,58.68,68.04,67.94,64.4,62.35,62.23,62.93]
    },
    {
      "name": "Italy",
      "type": "line",
      "symbol": "emptyCircle",
      "symbolSize": 7,
      "lineStyle": { "width": 2, "type": "dashed", "color": "#b08900" },
      "itemStyle": { "color": "#b08900" },
      "data": [108.51,105.95,105.11,104.74,106.18,106.26,103.46,105.8,116.14,118.76,119.13,125.9,131.85,134.8,134.79,134.24,133.74,134.2,133.9,154.38,145.82,138.36,133.94,134.74,137.09]
    }
  ]
}
