{
  "title": {
    "text": "On-grid offshore wind capacity, 2025",
    "subtext": "Gigawatts. United States in red.",
    "left": "center",
    "textStyle": {
      "fontSize": 16
    }
  },
  "tooltip": {
    "trigger": "axis",
    "axisPointer": {
      "type": "shadow"
    }
  },
  "grid": {
    "left": 150,
    "right": 72,
    "top": 72,
    "bottom": 48,
    "containLabel": false
  },
  "xAxis": {
    "type": "value",
    "name": "GW",
    "nameLocation": "middle",
    "nameGap": 30,
    "min": 0
  },
  "yAxis": {
    "type": "category",
    "data": [
      "China",
      "United Kingdom",
      "Germany",
      "Netherlands",
      "Chinese Taipei",
      "Denmark",
      "Belgium",
      "France",
      "Japan",
      "USA"
    ],
    "inverse": true,
    "axisLabel": {
      "fontSize": 12
    }
  },
  "series": [
    {
      "type": "bar",
      "name": "Offshore capacity",
      "data": [
        {
          "value": 47.39,
          "mw": 47390.0,
          "itemStyle": {
            "color": "#1f4e79"
          }
        },
        {
          "value": 16.9647,
          "mw": 16964.68,
          "itemStyle": {
            "color": "#2a6f97"
          }
        },
        {
          "value": 9.673,
          "mw": 9673.0,
          "itemStyle": {
            "color": "#468faf"
          }
        },
        {
          "value": 4.7475,
          "mw": 4747.5,
          "itemStyle": {
            "color": "#61a5c2"
          }
        },
        {
          "value": 3.5869,
          "mw": 3586.94,
          "itemStyle": {
            "color": "#89c2d9"
          }
        },
        {
          "value": 2.6435,
          "mw": 2643.5,
          "itemStyle": {
            "color": "#a9d6e5"
          }
        },
        {
          "value": 2.2618,
          "mw": 2261.8,
          "itemStyle": {
            "color": "#89a7c2"
          }
        },
        {
          "value": 1.9018,
          "mw": 1901.8,
          "itemStyle": {
            "color": "#577590"
          }
        },
        {
          "value": 0.2847,
          "mw": 284.7,
          "itemStyle": {
            "color": "#4a4e69"
          }
        },
        {
          "value": 0.1713,
          "mw": 171.3,
          "itemStyle": {
            "color": "#c23b22"
          }
        }
      ],
      "barWidth": "62%",
      "label": {
        "show": true,
        "position": "right",
        "fontSize": 11
      }
    }
  ]
}
