{
  "backgroundColor": "#ffffff",
  "color": ["#1f4e79", "#c45c26"],
  "title": {
    "text": "The dollar stock climbed. The debt ratio did not replay 2020.",
    "subtext": "IMF general-government gross debt, United States  •  left: $ trillion  •  right: % of GDP",
    "left": 16,
    "top": 8,
    "textStyle": { "fontSize": 15, "fontWeight": 600, "color": "#17212b" },
    "subtextStyle": { "fontSize": 12, "color": "#4a5560" }
  },
  "legend": {
    "data": ["Debt, $ trillion (history)", "Debt, $ trillion (projection)", "Debt, % of GDP (history)", "Debt, % of GDP (projection)"],
    "top": 58,
    "left": 16,
    "itemWidth": 20,
    "textStyle": { "fontSize": 11, "color": "#17212b" }
  },
  "grid": { "left": 60, "right": 56, "top": 118, "bottom": 48 },
  "tooltip": { "trigger": "axis" },
  "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": "$ trillion",
      "min": 0,
      "max": 60,
      "interval": 10,
      "nameTextStyle": { "color": "#1f4e79", "fontSize": 11 },
      "axisLabel": { "fontSize": 11, "color": "#1f4e79" },
      "splitLine": { "lineStyle": { "color": "#e6ebef" } }
    },
    {
      "type": "value",
      "name": "% of GDP",
      "min": 0,
      "max": 160,
      "interval": 20,
      "nameTextStyle": { "color": "#c45c26", "fontSize": 11 },
      "axisLabel": { "fontSize": 11, "color": "#c45c26" },
      "splitLine": { "show": false }
    }
  ],
  "series": [
    {
      "name": "Debt, $ trillion (history)",
      "type": "line",
      "yAxisIndex": 0,
      "symbol": "circle",
      "symbolSize": 6,
      "lineStyle": { "width": 2.5, "color": "#1f4e79" },
      "itemStyle": { "color": "#1f4e79" },
      "data": [9.401, 10.907, 12.606, 14.395, 15.604, 16.85, 17.727, 18.478, 19.291, 20.197, 20.868, 22.237, 23.432, 28.333, 29.668, 31.043, 33.363, 35.823, 38.116, null, null, null, null, null, null]
    },
    {
      "name": "Debt, $ trillion (projection)",
      "type": "line",
      "yAxisIndex": 0,
      "symbol": "diamond",
      "symbolSize": 6,
      "lineStyle": { "width": 2.5, "type": "dashed", "color": "#1f4e79" },
      "itemStyle": { "color": "#1f4e79" },
      "data": [null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 38.116, 40.733, 43.446, 46.334, 49.278, 52.333, 55.469]
    },
    {
      "name": "Debt, % of GDP (history)",
      "type": "line",
      "yAxisIndex": 1,
      "symbol": "circle",
      "symbolSize": 6,
      "lineStyle": { "width": 2.5, "color": "#c45c26" },
      "itemStyle": { "color": "#c45c26" },
      "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": "Debt, % of GDP (projection)",
      "type": "line",
      "yAxisIndex": 1,
      "symbol": "diamond",
      "symbolSize": 6,
      "lineStyle": { "width": 2.5, "type": "dashed", "color": "#c45c26" },
      "itemStyle": { "color": "#c45c26" },
      "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]
    }
  ]
}
