{
  "title": {
    "text": "US on-grid capacity: solar passed coal",
    "left": "center",
    "textStyle": {
      "fontSize": 16,
      "fontWeight": 600,
      "color": "#17212b"
    }
  },
  "tooltip": {
    "trigger": "axis"
  },
  "legend": {
    "bottom": 0,
    "data": [
      "Coal",
      "Wind",
      "Solar"
    ]
  },
  "grid": {
    "left": 16,
    "right": 20,
    "top": 44,
    "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"
    ],
    "boundaryGap": false,
    "axisLabel": {
      "interval": 4
    }
  },
  "yAxis": {
    "type": "value",
    "name": "GW",
    "nameLocation": "end",
    "nameGap": 8,
    "min": 0
  },
  "color": [
    "#6b3a2a",
    "#1d6a8a",
    "#c48a00"
  ],
  "series": [
    {
      "name": "Coal",
      "type": "line",
      "data": [
        321.06,
        315.9,
        317.36,
        315.01,
        315.32,
        315.44,
        315.21,
        315.05,
        315.32,
        316.23,
        318.96,
        319.92,
        311.46,
        304.68,
        300.28,
        281.46,
        269.08,
        258.92,
        245.03,
        230.85,
        217.53,
        211.41,
        191.5,
        180.21,
        175.75,
        171.29
      ],
      "showSymbol": false,
      "lineStyle": {
        "width": 2.5,
        "type": "solid"
      },
      "emphasis": {
        "focus": "series"
      }
    },
    {
      "name": "Wind",
      "type": "line",
      "data": [
        2.38,
        3.86,
        4.42,
        6.0,
        6.46,
        8.71,
        11.33,
        16.52,
        24.65,
        34.3,
        39.13,
        45.68,
        59.08,
        59.97,
        64.23,
        72.57,
        81.29,
        87.6,
        94.52,
        103.67,
        118.48,
        132.85,
        141.5,
        147.52,
        152.65,
        158.83
      ],
      "showSymbol": false,
      "lineStyle": {
        "width": 2.5,
        "type": "dashed"
      },
      "emphasis": {
        "focus": "series"
      }
    },
    {
      "name": "Solar",
      "type": "line",
      "data": [
        0.59,
        0.46,
        0.46,
        0.68,
        0.75,
        0.88,
        1.1,
        1.44,
        1.62,
        2.09,
        3.38,
        5.64,
        8.61,
        13.04,
        17.65,
        23.44,
        34.72,
        43.11,
        51.57,
        60.83,
        75.79,
        94.79,
        112.84,
        139.93,
        177.59,
        211.61
      ],
      "showSymbol": false,
      "lineStyle": {
        "width": 2.5,
        "type": "dotted"
      },
      "emphasis": {
        "focus": "series"
      }
    }
  ]
}
