{
  "backgroundColor": "#ffffff",
  "title": {
    "text": "A $4.5bn flood bill beside Nepal's 2025 accounts",
    "left": 8,
    "top": 8,
    "textStyle": {
      "fontSize": 15,
      "fontWeight": 600,
      "color": "#17212b"
    }
  },
  "tooltip": {
    "trigger": "axis",
    "axisPointer": {
      "type": "shadow"
    }
  },
  "grid": {
    "left": 188,
    "right": 72,
    "top": 52,
    "bottom": 48
  },
  "xAxis": {
    "type": "value",
    "name": "Billion current US dollars",
    "nameLocation": "middle",
    "nameGap": 30,
    "min": 0,
    "max": 50,
    "axisLabel": {
      "color": "#334155"
    },
    "splitLine": {
      "lineStyle": {
        "color": "#e2e8f0"
      }
    }
  },
  "yAxis": {
    "type": "category",
    "inverse": true,
    "data": [
      "2025 output (GDP)",
      "2025 government spending",
      "2025 government revenue",
      "Reconstruction estimate (midpoint)",
      "2025 current-account surplus"
    ],
    "axisLabel": {
      "color": "#17212b",
      "fontSize": 12,
      "width": 176,
      "overflow": "break"
    }
  },
  "series": [
    {
      "type": "bar",
      "name": "Billion US$",
      "barWidth": 22,
      "data": [
        {
          "value": 44.81,
          "itemStyle": { "color": "#1f4e79" }
        },
        {
          "value": 9.78,
          "itemStyle": { "color": "#3d6b99" }
        },
        {
          "value": 8.95,
          "itemStyle": { "color": "#5b8fb9" }
        },
        {
          "value": 4.5,
          "itemStyle": { "color": "#c44536" }
        },
        {
          "value": 3.01,
          "itemStyle": { "color": "#64748b" }
        }
      ],
      "label": {
        "show": true,
        "position": "right",
        "color": "#17212b",
        "fontSize": 12
      }
    }
  ]
}
