{
  "title": {
    "text": "Nepal tripled on-grid hydropower; oil plants did not grow",
    "left": 0,
    "textStyle": {
      "fontSize": 16,
      "fontWeight": 600,
      "color": "#17212b"
    }
  },
  "tooltip": {
    "trigger": "axis"
  },
  "legend": {
    "data": [
      "On-grid hydropower",
      "On-grid oil",
      "On-grid solar PV"
    ],
    "bottom": 0
  },
  "grid": {
    "left": 64,
    "right": 24,
    "top": 56,
    "bottom": 80
  },
  "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,
      2024,
      2025
    ],
    "name": "Year",
    "nameLocation": "middle",
    "nameGap": 32
  },
  "yAxis": {
    "type": "value",
    "name": "Megawatts",
    "nameLocation": "middle",
    "nameGap": 48
  },
  "series": [
    {
      "name": "On-grid hydropower",
      "type": "line",
      "data": [
        258.97,
        378.77,
        383.96,
        535.46,
        544.66,
        547.26,
        550.26,
        554.26,
        562.43,
        656.21,
        664.4,
        668.86,
        670.35,
        701.65,
        713.97,
        764.48,
        782.97,
        886.83,
        1006.78,
        1126.71,
        1247.51,
        1936.52,
        2161.78,
        2639.49,
        3255.81,
        3772.1
      ],
      "showSymbol": false,
      "lineStyle": {
        "width": 3,
        "color": "#0b6e99"
      },
      "itemStyle": {
        "color": "#0b6e99"
      }
    },
    {
      "name": "On-grid oil",
      "type": "line",
      "data": [
        53.41,
        53.41,
        53.41,
        53.41,
        53.41,
        53.41,
        53.41,
        53.41,
        53.41,
        53.41,
        53.41,
        53.41,
        53.41,
        53.41,
        53.41,
        53.41,
        53.41,
        53.41,
        53.41,
        53.41,
        53.41,
        53.41,
        53.41,
        53.41,
        53.41,
        53.41
      ],
      "showSymbol": false,
      "lineStyle": {
        "width": 2,
        "type": "dashed",
        "color": "#8a4b08"
      },
      "itemStyle": {
        "color": "#8a4b08"
      }
    },
    {
      "name": "On-grid solar PV",
      "type": "line",
      "data": [
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        0.68,
        0.68,
        1.68,
        1.82,
        1.82,
        11.64,
        36.89,
        55.93,
        61.51,
        114.97,
        155.9
      ],
      "showSymbol": true,
      "symbolSize": 6,
      "lineStyle": {
        "width": 2,
        "type": "dotted",
        "color": "#c47b00"
      },
      "itemStyle": {
        "color": "#c47b00"
      },
      "connectNulls": false
    }
  ]
}
