{
  "title": {
    "text": "Renewable capacity rose. Renewable electricity did not keep up.",
    "left": "center",
    "textStyle": {
      "fontSize": 15,
      "fontWeight": 600,
      "color": "#17212b"
    }
  },
  "legend": {
    "data": [
      "Renewable share of generation",
      "Renewable share of capacity"
    ],
    "bottom": 8,
    "textStyle": {
      "color": "#17212b"
    }
  },
  "grid": {
    "left": 56,
    "right": 24,
    "top": 52,
    "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",
      "2024",
      "2025"
    ],
    "axisLabel": {
      "interval": 4,
      "color": "#334"
    },
    "name": "Year",
    "nameLocation": "middle",
    "nameGap": 28
  },
  "yAxis": {
    "type": "value",
    "name": "Percent",
    "min": 0,
    "max": 50,
    "axisLabel": {
      "color": "#334"
    },
    "splitLine": {
      "lineStyle": {
        "color": "#e6e8eb"
      }
    }
  },
  "series": [
    {
      "name": "Renewable share of generation",
      "type": "line",
      "data": [
        6.75,
        8.15,
        7.36,
        10.74,
        10.94,
        6.14,
        5.93,
        6.07,
        6.04,
        14.2,
        18.14,
        11.23,
        9.17,
        15.62,
        12.94,
        14.87,
        15.26,
        14.76,
        18.98,
        18.86,
        18.18,
        18.93,
        17.44,
        18.53,
        null,
        null
      ],
      "showSymbol": true,
      "symbol": "circle",
      "symbolSize": 6,
      "lineStyle": {
        "width": 3,
        "type": "solid",
        "color": "#1b7f5a"
      },
      "itemStyle": {
        "color": "#1b7f5a"
      },
      "connectNulls": false
    },
    {
      "name": "Renewable share of capacity",
      "type": "line",
      "data": [
        27.92,
        27.93,
        27.81,
        29.39,
        28.69,
        25.34,
        25.35,
        26.21,
        26.22,
        24.7,
        24.54,
        24.95,
        23.79,
        24.95,
        26.73,
        28.2,
        28.9,
        28.68,
        29.82,
        30.54,
        33.03,
        33.06,
        34.28,
        36.87,
        38.66,
        39.6
      ],
      "showSymbol": true,
      "symbol": "diamond",
      "symbolSize": 7,
      "lineStyle": {
        "width": 3,
        "type": "dashed",
        "color": "#1f4e79"
      },
      "itemStyle": {
        "color": "#1f4e79"
      }
    }
  ],
  "tooltip": {
    "trigger": "axis"
  }
}
