{
  "title": {
    "text": "Italy\u2019s electricity mix, 2000\u20132023",
    "left": 0,
    "top": 0,
    "textStyle": {
      "fontSize": 16,
      "fontWeight": 600,
      "color": "#17212b"
    }
  },
  "legend": {
    "top": 28,
    "left": 0,
    "itemWidth": 14,
    "itemHeight": 10,
    "textStyle": {
      "color": "#334155"
    }
  },
  "grid": {
    "left": 48,
    "right": 24,
    "top": 72,
    "bottom": 40,
    "containLabel": true
  },
  "tooltip": {
    "trigger": "axis"
  },
  "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"
    ],
    "axisLabel": {
      "color": "#334155",
      "interval": 3
    },
    "axisTick": {
      "alignWithLabel": true
    },
    "axisLine": {
      "lineStyle": {
        "color": "#94a3b8"
      }
    }
  },
  "yAxis": {
    "type": "value",
    "min": 0,
    "max": 100,
    "name": "% of generation",
    "nameTextStyle": {
      "color": "#334155"
    },
    "axisLabel": {
      "color": "#334155"
    },
    "splitLine": {
      "lineStyle": {
        "color": "#e2e8f0"
      }
    }
  },
  "series": [
    {
      "name": "Natural gas",
      "type": "line",
      "stack": "mix",
      "areaStyle": {
        "opacity": 0.9
      },
      "showSymbol": false,
      "lineStyle": {
        "width": 1.5
      },
      "itemStyle": {
        "color": "#c2410c"
      },
      "data": [
        36.6,
        37.3,
        34.8,
        39.9,
        42.8,
        49.1,
        50.3,
        55.0,
        54.1,
        50.3,
        50.6,
        47.8,
        43.1,
        37.6,
        33.5,
        39.2,
        43.5,
        47.4,
        44.4,
        48.2,
        47.7,
        49.8,
        49.8,
        45.0
      ]
    },
    {
      "name": "Coal and peat",
      "type": "line",
      "stack": "mix",
      "areaStyle": {
        "opacity": 0.9
      },
      "showSymbol": false,
      "lineStyle": {
        "width": 1.5
      },
      "itemStyle": {
        "color": "#44403c"
      },
      "data": [
        11.0,
        13.2,
        14.2,
        15.0,
        16.8,
        16.3,
        16.1,
        15.8,
        15.2,
        14.8,
        14.7,
        16.6,
        18.1,
        16.7,
        16.6,
        16.0,
        13.3,
        11.9,
        10.7,
        7.2,
        5.4,
        5.5,
        8.5,
        5.4
      ]
    },
    {
      "name": "Oil",
      "type": "line",
      "stack": "mix",
      "areaStyle": {
        "opacity": 0.9
      },
      "showSymbol": false,
      "lineStyle": {
        "width": 1.5
      },
      "itemStyle": {
        "color": "#9f1239"
      },
      "data": [
        31.0,
        26.9,
        30.8,
        25.9,
        19.4,
        15.5,
        14.6,
        11.3,
        9.9,
        8.9,
        7.2,
        6.6,
        6.3,
        5.3,
        5.1,
        4.7,
        4.2,
        3.9,
        3.8,
        3.5,
        3.6,
        2.7,
        4.5,
        3.9
      ]
    },
    {
      "name": "Other non-renewable",
      "type": "line",
      "stack": "mix",
      "areaStyle": {
        "opacity": 0.9
      },
      "showSymbol": false,
      "lineStyle": {
        "width": 1.5
      },
      "itemStyle": {
        "color": "#a8a29e"
      },
      "data": [
        2.9,
        3.1,
        3.3,
        3.3,
        3.3,
        3.1,
        2.9,
        2.7,
        2.6,
        2.3,
        2.1,
        1.7,
        1.7,
        1.7,
        1.7,
        1.6,
        1.7,
        1.7,
        1.6,
        1.7,
        1.7,
        1.7,
        1.8,
        1.7
      ]
    },
    {
      "name": "Renewables",
      "type": "line",
      "stack": "mix",
      "areaStyle": {
        "opacity": 0.9
      },
      "showSymbol": false,
      "lineStyle": {
        "width": 1.5
      },
      "itemStyle": {
        "color": "#0f766e"
      },
      "data": [
        18.4,
        19.5,
        16.9,
        15.9,
        17.8,
        15.9,
        16.1,
        15.2,
        18.2,
        23.7,
        25.5,
        27.4,
        30.8,
        38.7,
        43.1,
        38.5,
        37.3,
        35.1,
        39.5,
        39.4,
        41.7,
        40.2,
        35.4,
        44.0
      ]
    }
  ]
}