{
  "title": {
    "text": "Offshore wind capacity, 2010\u20132025",
    "subtext": "On-grid GW. Missing years are gaps, not zeros.",
    "left": "center",
    "textStyle": {
      "fontSize": 16
    }
  },
  "tooltip": {
    "trigger": "axis"
  },
  "legend": {
    "top": 48,
    "data": [
      "China",
      "United Kingdom",
      "Germany",
      "USA"
    ]
  },
  "grid": {
    "left": 56,
    "right": 28,
    "top": 96,
    "bottom": 48
  },
  "xAxis": {
    "type": "category",
    "data": [
      "2010",
      "2011",
      "2012",
      "2013",
      "2014",
      "2015",
      "2016",
      "2017",
      "2018",
      "2019",
      "2020",
      "2021",
      "2022",
      "2023",
      "2024",
      "2025"
    ],
    "boundaryGap": false
  },
  "yAxis": {
    "type": "value",
    "name": "GW",
    "min": 0
  },
  "series": [
    {
      "type": "line",
      "name": "China",
      "showSymbol": true,
      "symbol": "circle",
      "symbolSize": 7,
      "lineStyle": {
        "width": 2,
        "type": "solid",
        "color": "#1f4e79"
      },
      "itemStyle": {
        "color": "#1f4e79"
      },
      "connectNulls": false,
      "data": [
        0.1,
        0.21,
        0.291,
        0.417,
        0.44,
        0.559,
        1.48,
        2.788,
        4.588,
        5.93,
        8.99,
        26.39,
        30.46,
        37.29,
        41.27,
        47.39
      ]
    },
    {
      "type": "line",
      "name": "United Kingdom",
      "showSymbol": true,
      "symbol": "rect",
      "symbolSize": 7,
      "lineStyle": {
        "width": 2,
        "type": "solid",
        "color": "#2a6f97"
      },
      "itemStyle": {
        "color": "#2a6f97"
      },
      "connectNulls": false,
      "data": [
        1.341,
        1.838,
        2.995,
        3.696,
        4.501,
        5.093,
        5.293,
        6.988,
        8.1805,
        9.8881,
        10.3829,
        11.2555,
        13.9275,
        14.7451,
        15.9157,
        16.9647
      ]
    },
    {
      "type": "line",
      "name": "Germany",
      "showSymbol": true,
      "symbol": "triangle",
      "symbolSize": 7,
      "lineStyle": {
        "width": 2,
        "type": "solid",
        "color": "#468faf"
      },
      "itemStyle": {
        "color": "#468faf"
      },
      "connectNulls": false,
      "data": [
        0.08,
        0.188,
        0.268,
        0.508,
        0.994,
        3.283,
        4.152,
        5.406,
        6.393,
        7.555,
        7.787,
        7.807,
        8.216,
        8.473,
        9.215,
        9.673
      ]
    },
    {
      "type": "line",
      "name": "USA",
      "showSymbol": true,
      "symbol": "diamond",
      "symbolSize": 8,
      "lineStyle": {
        "width": 3,
        "type": "dashed",
        "color": "#c23b22"
      },
      "itemStyle": {
        "color": "#c23b22"
      },
      "connectNulls": false,
      "data": [
        null,
        null,
        null,
        null,
        0.0,
        0.0,
        0.029,
        0.0293,
        0.0293,
        0.0293,
        0.0293,
        0.0413,
        0.0413,
        0.0413,
        0.1713,
        0.1713
      ]
    }
  ]
}
