{
  "aria": { "decal": { "show": true } },
  "backgroundColor": "#ffffff",
  "title": {
    "text": "Interest now matches the remaining US budget hole",
    "left": 8,
    "top": 8,
    "textStyle": { "fontSize": 16, "fontWeight": 600, "color": "#17212b" }
  },
  "tooltip": { "trigger": "axis", "axisPointer": { "type": "shadow" } },
  "legend": {
    "bottom": 4,
    "left": "center",
    "data": ["Primary deficit", "Implied interest"]
  },
  "grid": { "left": 52, "right": 18, "top": 56, "bottom": 56, "containLabel": true },
  "xAxis": {
    "type": "category",
    "data": ["2015", "2019", "2022", "2025"],
    "axisTick": { "show": false },
    "axisLabel": { "color": "#17212b" }
  },
  "yAxis": {
    "type": "value",
    "name": "% of GDP",
    "nameLocation": "middle",
    "nameGap": 36,
    "min": 0,
    "max": 8,
    "axisLabel": { "color": "#17212b" },
    "splitLine": { "lineStyle": { "color": "#e6e8eb" } }
  },
  "series": [
    {
      "name": "Primary deficit",
      "type": "bar",
      "stack": "deficit",
      "barWidth": "46%",
      "data": [1.69, 3.53, 0.99, 3.17],
      "itemStyle": { "color": "#1d4f73" },
      "label": {
        "show": true,
        "position": "inside",
        "color": "#ffffff",
        "fontSize": 11
      }
    },
    {
      "name": "Implied interest",
      "type": "bar",
      "stack": "deficit",
      "data": [1.84, 2.28, 2.73, 3.65],
      "itemStyle": { "color": "#d08a1f" },
      "label": {
        "show": true,
        "position": "inside",
        "color": "#17212b",
        "fontSize": 11
      }
    }
  ]
}
