{
  "title": {
    "text": "On-grid capacity in Nepal, 2025: hydropower is the system",
    "left": "center",
    "top": 8,
    "textStyle": { "fontSize": 15, "fontWeight": 600, "color": "#17212b" }
  },
  "tooltip": { "trigger": "axis", "axisPointer": { "type": "shadow" } },
  "grid": { "left": 120, "right": 72, "top": 52, "bottom": 40, "containLabel": true },
  "xAxis": {
    "type": "value",
    "name": "Megawatts",
    "nameLocation": "middle",
    "nameGap": 28,
    "min": 0,
    "max": 4000,
    "splitLine": { "lineStyle": { "color": "#e2e8f0" } }
  },
  "yAxis": {
    "type": "category",
    "data": ["Fossil fuels", "Other renewables", "Solar PV", "Hydropower"],
    "inverse": false,
    "axisLabel": { "color": "#17212b" }
  },
  "series": [
    {
      "name": "On-grid capacity",
      "type": "bar",
      "barWidth": 22,
      "data": [
        { "value": 53.41, "itemStyle": { "color": "#8a4f3b" } },
        { "value": 5.99, "itemStyle": { "color": "#6b8f71" } },
        { "value": 155.9, "itemStyle": { "color": "#d4a017" } },
        { "value": 3772.1, "itemStyle": { "color": "#0b4f7a" } }
      ],
      "label": {
        "show": true,
        "position": "right",
        "color": "#17212b",
        "fontSize": 11
      }
    }
  ]
}
