{
  "title": {
    "text": "Nepal's electricity generation is almost all hydropower",
    "left": 0,
    "textStyle": {
      "fontSize": 16,
      "fontWeight": 600,
      "color": "#17212b"
    }
  },
  "tooltip": {
    "trigger": "axis"
  },
  "legend": {
    "data": [
      "Hydropower",
      "All generation"
    ],
    "bottom": 0
  },
  "grid": {
    "left": 64,
    "right": 24,
    "top": 56,
    "bottom": 72
  },
  "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
    ],
    "name": "Year",
    "nameLocation": "middle",
    "nameGap": 32
  },
  "yAxis": {
    "type": "value",
    "name": "Gigawatt-hours",
    "nameLocation": "middle",
    "nameGap": 48
  },
  "series": [
    {
      "name": "Hydropower",
      "type": "line",
      "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
      ],
      "showSymbol": false,
      "lineStyle": {
        "width": 3,
        "color": "#0b6e99"
      },
      "itemStyle": {
        "color": "#0b6e99"
      }
    },
    {
      "name": "All generation",
      "type": "line",
      "data": [
        1561.76,
        1746.06,
        1984.63,
        2171.14,
        2320.68,
        2485.93,
        2650.76,
        2785.03,
        2814.56,
        2792.5,
        2996.76,
        3382.21,
        3554.53,
        3536.4,
        3639.29,
        3616.65,
        3853.5,
        4507.79,
        4838.84,
        5618.34,
        6272.27,
        8010.24,
        10284.27,
        11549.86
      ],
      "showSymbol": false,
      "lineStyle": {
        "width": 2,
        "type": "dashed",
        "color": "#334155"
      },
      "itemStyle": {
        "color": "#334155"
      }
    }
  ]
}
