{
  "backgroundColor": "#ffffff",
  "title": {
    "text": "On-grid hydropower capacity nearly doubled in four years",
    "left": 8,
    "top": 8,
    "textStyle": {
      "fontSize": 15,
      "fontWeight": 600,
      "color": "#17212b"
    }
  },
  "legend": {
    "top": 32,
    "right": 16,
    "data": ["Hydropower", "Other renewables", "Non-renewable"]
  },
  "tooltip": {
    "trigger": "axis"
  },
  "grid": {
    "left": 64,
    "right": 28,
    "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", "2024", "2025"],
    "axisLabel": {
      "interval": 4,
      "color": "#334155"
    }
  },
  "yAxis": {
    "type": "value",
    "name": "MW",
    "nameLocation": "middle",
    "nameGap": 44,
    "axisLabel": {
      "color": "#334155"
    },
    "splitLine": {
      "lineStyle": {
        "color": "#e2e8f0"
      }
    }
  },
  "series": [
    {
      "name": "Hydropower",
      "type": "line",
      "showSymbol": true,
      "symbolSize": 7,
      "lineStyle": { "width": 3, "color": "#0f6b8f" },
      "itemStyle": { "color": "#0f6b8f" },
      "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]
    },
    {
      "name": "Other renewables",
      "type": "line",
      "showSymbol": true,
      "symbolSize": 6,
      "lineStyle": { "width": 2, "type": "dashed", "color": "#2a9d8f" },
      "itemStyle": { "color": "#2a9d8f" },
      "data": [6.6, 6.6, 6.6, 6.6, 6.6, 6.6, 6.6, 6.6, 6.6, 6.6, 6.6, 7.28, 7.28, 7.28, 7.28, 7.28, 7.28, 8.28, 8.42, 8.42, 17.64, 42.89, 61.93, 67.51, 120.97, 161.89]
    },
    {
      "name": "Non-renewable",
      "type": "line",
      "showSymbol": false,
      "lineStyle": { "width": 2, "type": "dotted", "color": "#94a3b8" },
      "itemStyle": { "color": "#94a3b8" },
      "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]
    }
  ]
}
