{
  "title": {
    "text": "Nepal tripled on-grid hydropower capacity in five years",
    "left": "center",
    "top": 8,
    "textStyle": { "fontSize": 15, "fontWeight": 600, "color": "#17212b" }
  },
  "tooltip": {
    "trigger": "axis",
    "axisPointer": { "type": "line" }
  },
  "grid": { "left": 56, "right": 24, "top": 56, "bottom": 48, "containLabel": true },
  "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": 28,
    "axisLabel": { "interval": 4, "color": "#334155" },
    "axisTick": { "alignWithLabel": true }
  },
  "yAxis": {
    "type": "value",
    "name": "Megawatts",
    "nameLocation": "middle",
    "nameGap": 48,
    "min": 0,
    "max": 4000,
    "axisLabel": { "color": "#334155" },
    "splitLine": { "lineStyle": { "color": "#e2e8f0" } }
  },
  "series": [
    {
      "name": "On-grid hydropower",
      "type": "line",
      "showSymbol": true,
      "symbolSize": 6,
      "lineStyle": { "width": 2.5, "color": "#0b4f7a" },
      "itemStyle": { "color": "#0b4f7a" },
      "areaStyle": { "color": "rgba(11,79,122,0.12)" },
      "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]
    }
  ]
}
