{
  "title": {
    "text": "A $5,000 adult payment beside the existing budget hole",
    "left": "center",
    "top": 8,
    "textStyle": {
      "fontSize": 16,
      "fontWeight": 600,
      "color": "#17212b"
    }
  },
  "tooltip": {
    "trigger": "axis",
    "axisPointer": {
      "type": "shadow"
    }
  },
  "grid": {
    "left": 28,
    "right": 88,
    "top": 56,
    "bottom": 48,
    "containLabel": true
  },
  "xAxis": {
    "type": "value",
    "name": "Trillion US dollars",
    "nameLocation": "middle",
    "nameGap": 32,
    "min": 0,
    "max": 3.5,
    "splitNumber": 7,
    "axisLabel": {
      "color": "#334155"
    },
    "nameTextStyle": {
      "color": "#334155"
    },
    "splitLine": {
      "lineStyle": {
        "color": "#e2e8f0"
      }
    }
  },
  "yAxis": {
    "type": "category",
    "inverse": true,
    "data": [
      "$5,000 to every 2026 adult",
      "2026 general-government deficit",
      "2020 general-government deficit"
    ],
    "axisLabel": {
      "color": "#17212b",
      "fontSize": 12,
      "width": 180,
      "overflow": "break"
    }
  },
  "series": [
    {
      "type": "bar",
      "name": "Trillion US dollars",
      "barWidth": "48%",
      "data": [
        {
          "value": 1.346,
          "itemStyle": {
            "color": "#c2410c"
          }
        },
        {
          "value": 2.429,
          "itemStyle": {
            "color": "#1d4ed8"
          }
        },
        {
          "value": 3.02,
          "itemStyle": {
            "color": "#64748b"
          }
        }
      ],
      "label": {
        "show": true,
        "position": "right",
        "color": "#0f172a",
        "fontWeight": 600,
        "formatter": "{c}"
      }
    }
  ]
}
