{
  "title": {
    "text": "Offshore share of each country's wind fleet, 2025",
    "subtext": "On-grid onshore plus offshore capacity",
    "left": "center",
    "textStyle": {
      "fontSize": 16
    }
  },
  "tooltip": {
    "trigger": "axis",
    "axisPointer": {
      "type": "shadow"
    }
  },
  "grid": {
    "left": 140,
    "right": 72,
    "top": 72,
    "bottom": 48
  },
  "xAxis": {
    "type": "value",
    "name": "Percent",
    "nameLocation": "middle",
    "nameGap": 30,
    "min": 0,
    "max": 60
  },
  "yAxis": {
    "type": "category",
    "data": [
      "United Kingdom",
      "Germany",
      "China",
      "USA"
    ],
    "inverse": true
  },
  "series": [
    {
      "type": "bar",
      "data": [
        {
          "value": 50.8,
          "itemStyle": {
            "color": "#2a6f97"
          }
        },
        {
          "value": 12.43,
          "itemStyle": {
            "color": "#468faf"
          }
        },
        {
          "value": 7.4,
          "itemStyle": {
            "color": "#1f4e79"
          }
        },
        {
          "value": 0.11,
          "itemStyle": {
            "color": "#c23b22"
          }
        }
      ],
      "barWidth": "50%",
      "label": {
        "show": true,
        "position": "right"
      }
    }
  ]
}
