{
  "title": {
    "text": "Net interest already in the budget",
    "subtext": "Implied general-government net interest, 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,
      "rotate": 0
    },
    "name": "Year"
  },
  "yAxis": {
    "type": "value",
    "name": "% of GDP",
    "nameLocation": "middle",
    "nameGap": 36,
    "min": 0,
    "max": 4.5
  },
  "series": [
    {
      "name": "Japan",
      "type": "line",
      "data": [
        1.28,
        1.28,
        1.23,
        1.09,
        0.82,
        0.63,
        0.7,
        0.83,
        1.0,
        1.06,
        1.18,
        1.2,
        1.11,
        1.08,
        1.02,
        1.04,
        0.91,
        0.78,
        0.66,
        0.62,
        0.59,
        0.4,
        0.22,
        0.12,
        0.2,
        0.31
      ],
      "showSymbol": false,
      "lineStyle": {
        "width": 2.5,
        "type": "solid",
        "color": "#1f4e79"
      },
      "itemStyle": {
        "color": "#1f4e79"
      }
    },
    {
      "name": "United Kingdom",
      "type": "line",
      "data": [
        1.48,
        1.37,
        1.4,
        1.46,
        1.59,
        1.61,
        1.68,
        1.54,
        1.46,
        2.53,
        2.8,
        2.34,
        1.39,
        1.82,
        1.5,
        1.61,
        1.81,
        1.67,
        1.43,
        1.13,
        2.11,
        3.56,
        2.36,
        2.03,
        2.61,
        2.67
      ],
      "showSymbol": false,
      "lineStyle": {
        "width": 2.5,
        "type": "dashed",
        "color": "#c45911"
      },
      "itemStyle": {
        "color": "#c45911"
      }
    },
    {
      "name": "United States",
      "type": "line",
      "data": [
        2.31,
        2.1,
        1.96,
        1.89,
        1.99,
        1.96,
        2.07,
        2.02,
        1.89,
        2.03,
        2.3,
        2.21,
        1.98,
        1.97,
        1.84,
        1.98,
        2.01,
        2.23,
        2.28,
        2.05,
        2.27,
        2.73,
        3.13,
        3.49,
        3.65,
        3.83
      ],
      "showSymbol": false,
      "lineStyle": {
        "width": 2.5,
        "type": "dotted",
        "color": "#2e7d32"
      },
      "itemStyle": {
        "color": "#2e7d32"
      }
    }
  ]
}
