{
  "title": {
    "text": "The stock that yields land on",
    "subtext": "General government gross debt, percent of GDP",
    "left": "center",
    "textStyle": {
      "fontSize": 16
    },
    "subtextStyle": {
      "fontSize": 12
    }
  },
  "tooltip": {
    "trigger": "axis"
  },
  "legend": {
    "data": [
      "Japan",
      "United Kingdom",
      "United States"
    ],
    "bottom": 8
  },
  "grid": {
    "left": 58,
    "right": 22,
    "top": 64,
    "bottom": 72
  },
  "xAxis": {
    "type": "category",
    "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",
      "2026"
    ],
    "axisLabel": {
      "interval": 4
    }
  },
  "yAxis": {
    "type": "value",
    "name": "% of GDP",
    "nameLocation": "middle",
    "nameGap": 40,
    "min": 0,
    "max": 250
  },
  "series": [
    {
      "name": "Japan",
      "type": "line",
      "data": [
        126.8,
        134.6,
        140.2,
        148.8,
        153.4,
        152.1,
        150.4,
        153.6,
        172.9,
        178.6,
        190.6,
        197.1,
        201.2,
        203.6,
        200.1,
        202.1,
        203.1,
        203.7,
        206.3,
        228.8,
        222.7,
        227.8,
        220.3,
        214.5,
        206.5,
        204.4
      ],
      "showSymbol": false,
      "lineStyle": {
        "width": 2.5,
        "type": "solid",
        "color": "#1f4e79"
      },
      "itemStyle": {
        "color": "#1f4e79"
      }
    },
    {
      "name": "United Kingdom",
      "type": "line",
      "data": [
        34.8,
        35.3,
        36.6,
        39.7,
        40.9,
        41.9,
        43.0,
        50.6,
        64.5,
        75.5,
        81.1,
        84.1,
        84.9,
        86.5,
        87.3,
        87.3,
        86.1,
        85.6,
        84.9,
        104.8,
        103.4,
        97.5,
        98.9,
        99.9,
        102.3,
        103.6
      ],
      "showSymbol": false,
      "lineStyle": {
        "width": 2.5,
        "type": "dashed",
        "color": "#c45911"
      },
      "itemStyle": {
        "color": "#c45911"
      }
    },
    {
      "name": "United States",
      "type": "line",
      "data": [
        53.5,
        55.9,
        59.0,
        66.4,
        65.8,
        64.5,
        64.9,
        73.8,
        87.1,
        95.7,
        100.0,
        103.7,
        105.0,
        104.9,
        105.4,
        107.4,
        106.4,
        107.7,
        108.8,
        132.6,
        125.0,
        119.1,
        120.0,
        122.3,
        123.9,
        125.8
      ],
      "showSymbol": false,
      "lineStyle": {
        "width": 2.5,
        "type": "dotted",
        "color": "#2e7d32"
      },
      "itemStyle": {
        "color": "#2e7d32"
      }
    }
  ]
}
