{
  "title": {
    "text": "The existing hole is already large. The check would widen it.",
    "left": "center",
    "top": 8,
    "textStyle": {
      "fontSize": 16,
      "fontWeight": 600,
      "color": "#17212b"
    }
  },
  "legend": {
    "top": 36,
    "left": "center",
    "textStyle": {
      "color": "#334155"
    }
  },
  "tooltip": {
    "trigger": "axis"
  },
  "grid": {
    "left": 16,
    "right": 24,
    "top": 80,
    "bottom": 40,
    "containLabel": true
  },
  "xAxis": {
    "type": "category",
    "data": ["2015", "2016", "2017", "2018", "2019", "2020", "2021", "2022", "2023", "2024", "2025", "2026"],
    "axisLabel": {
      "color": "#334155",
      "rotate": 0
    }
  },
  "yAxis": {
    "type": "value",
    "name": "Deficit, percent of GDP",
    "nameLocation": "middle",
    "nameGap": 42,
    "min": 0,
    "max": 16,
    "axisLabel": {
      "color": "#334155"
    },
    "nameTextStyle": {
      "color": "#334155"
    },
    "splitLine": {
      "lineStyle": {
        "color": "#e2e8f0"
      }
    }
  },
  "series": [
    {
      "name": "IMF WEO deficit",
      "type": "line",
      "data": [3.53, 4.36, 4.79, 5.33, 5.81, 14.13, 11.46, 3.72, 7.89, 7.86, 6.82, 7.5],
      "showSymbol": true,
      "symbol": "circle",
      "symbolSize": 8,
      "lineStyle": {
        "width": 2.5,
        "color": "#1d4ed8"
      },
      "itemStyle": {
        "color": "#1d4ed8"
      },
      "connectNulls": false
    },
    {
      "name": "2026 plus $5,000 adult payment",
      "type": "scatter",
      "data": [null, null, null, null, null, null, null, null, null, null, null, 11.66],
      "symbol": "diamond",
      "symbolSize": 16,
      "itemStyle": {
        "color": "#c2410c",
        "borderColor": "#7c2d12",
        "borderWidth": 1
      },
      "label": {
        "show": true,
        "position": "top",
        "color": "#9a3412",
        "fontWeight": 600,
        "formatter": "{c}"
      }
    }
  ]
}
