{
  "backgroundColor": "#ffffff",
  "title": {
    "text": "Nepal's electricity comes from hydropower",
    "left": 8,
    "top": 8,
    "textStyle": {
      "fontSize": 15,
      "fontWeight": 600,
      "color": "#17212b"
    }
  },
  "legend": {
    "top": 32,
    "right": 16,
    "data": ["Hydropower", "All other sources"]
  },
  "tooltip": {
    "trigger": "axis",
    "axisPointer": {
      "type": "shadow"
    }
  },
  "grid": {
    "left": 64,
    "right": 24,
    "top": 72,
    "bottom": 48
  },
  "xAxis": {
    "type": "category",
    "data": ["2000", "2001", "2002", "2003", "2004", "2005", "2006", "2007", "2008", "2009", "2010", "2011", "2012", "2013", "2014", "2015", "2016", "2017", "2018", "2019", "2020", "2021", "2022", "2023"],
    "axisLabel": {
      "interval": 3,
      "color": "#334155"
    }
  },
  "yAxis": {
    "type": "value",
    "name": "GWh",
    "nameLocation": "middle",
    "nameGap": 44,
    "axisLabel": {
      "color": "#334155"
    },
    "splitLine": {
      "lineStyle": {
        "color": "#e2e8f0"
      }
    }
  },
  "series": [
    {
      "name": "Hydropower",
      "type": "bar",
      "stack": "generation",
      "barWidth": "62%",
      "itemStyle": { "color": "#0f6b8f" },
      "data": [1508.63, 1717.34, 1966.54, 2155.24, 2298.48, 2459.82, 2626.52, 2764.17, 2795.71, 2769.31, 2976.78, 3359.76, 3523.21, 3498.6, 3609.02, 3587.73, 3825.11, 4422.84, 4744.98, 5520.86, 6182.29, 7913.36, 10167.72, 11422.11]
    },
    {
      "name": "All other sources",
      "type": "bar",
      "stack": "generation",
      "itemStyle": { "color": "#d4a373" },
      "data": [53.13, 28.72, 18.09, 15.9, 22.2, 26.11, 24.24, 20.86, 18.85, 23.19, 19.98, 22.45, 31.32, 37.8, 30.27, 28.92, 28.39, 84.95, 93.86, 97.48, 89.98, 96.88, 116.55, 127.75]
    }
  ]
}
