{
  "aria": { "decal": { "show": true } },
  "backgroundColor": "#ffffff",
  "title": {
    "text": "The dollar stock kept rising after the ratio peaked",
    "left": 8,
    "top": 8,
    "textStyle": { "fontSize": 16, "fontWeight": 600, "color": "#17212b" }
  },
  "tooltip": { "trigger": "axis" },
  "legend": {
    "bottom": 4,
    "left": "center",
    "data": ["Debt, % of GDP", "Debt, $ trillion", "IMF projection"]
  },
  "grid": { "left": 48, "right": 52, "top": 56, "bottom": 72, "containLabel": true },
  "xAxis": {
    "type": "category",
    "boundaryGap": false,
    "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","2027","2028","2029","2030","2031"],
    "axisLabel": { "interval": 4, "color": "#17212b" }
  },
  "yAxis": [
    {
      "type": "value",
      "name": "% of GDP",
      "nameLocation": "middle",
      "nameGap": 40,
      "min": 40,
      "max": 150,
      "axisLabel": { "color": "#17212b" },
      "splitLine": { "lineStyle": { "color": "#e6e8eb" } }
    },
    {
      "type": "value",
      "name": "$ trillion",
      "nameLocation": "middle",
      "nameGap": 40,
      "min": 0,
      "max": 60,
      "axisLabel": { "color": "#17212b" },
      "splitLine": { "show": false }
    }
  ],
  "series": [
    {
      "name": "Debt, % of GDP",
      "type": "line",
      "yAxisIndex": 0,
      "symbol": "circle",
      "symbolSize": 5,
      "lineStyle": { "width": 2.4, "color": "#1d4f73" },
      "itemStyle": { "color": "#1d4f73" },
      "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,null,null,null,null,null,null]
    },
    {
      "name": "Debt, $ trillion",
      "type": "line",
      "yAxisIndex": 1,
      "symbol": "diamond",
      "symbolSize": 6,
      "lineStyle": { "width": 2.4, "color": "#d08a1f" },
      "itemStyle": { "color": "#d08a1f" },
      "data": [5.66,6.1,6.75,8.12,8.58,8.92,9.4,10.91,12.61,14.39,15.6,16.85,17.73,18.48,19.29,20.2,20.87,22.24,23.43,28.33,29.67,31.04,33.36,35.82,38.12,null,null,null,null,null,null]
    },
    {
      "name": "IMF projection",
      "type": "line",
      "yAxisIndex": 0,
      "symbol": "none",
      "lineStyle": { "width": 2.2, "color": "#1d4f73", "type": "dashed" },
      "itemStyle": { "color": "#1d4f73" },
      "data": [null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,123.89,125.78,128.58,132.13,135.53,138.9,142.11]
    },
    {
      "name": "IMF projection",
      "type": "line",
      "yAxisIndex": 1,
      "symbol": "none",
      "lineStyle": { "width": 2.2, "color": "#d08a1f", "type": "dashed" },
      "itemStyle": { "color": "#d08a1f" },
      "data": [null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,38.12,40.73,43.45,46.33,49.28,52.33,55.47]
    }
  ]
}
