{
  "title": {
    "text": "Nuclear capacity grew in China and shrank in Europe",
    "left": 0,
    "textStyle": {
      "fontSize": 16,
      "fontWeight": 600,
      "color": "#17212b"
    }
  },
  "legend": {
    "bottom": 0
  },
  "grid": {
    "left": 120,
    "right": 36,
    "top": 56,
    "bottom": 64
  },
  "tooltip": {
    "trigger": "axis",
    "axisPointer": {
      "type": "shadow"
    }
  },
  "xAxis": {
    "type": "value",
    "name": "On-grid nuclear capacity (GW)",
    "nameLocation": "middle",
    "nameGap": 30,
    "min": 0
  },
  "yAxis": {
    "type": "category",
    "data": [
      "Japan",
      "France",
      "China",
      "United States",
      "Europe",
      "World"
    ]
  },
  "series": [
    {
      "name": "2000",
      "type": "bar",
      "data": [
        45.2,
        63.2,
        2.3,
        97.9,
        151.9,
        358.5
      ],
      "itemStyle": {
        "color": "#9AA4B2"
      },
      "barGap": "20%"
    },
    {
      "name": "2025",
      "type": "bar",
      "data": [
        33.1,
        61.4,
        62.5,
        96.9,
        120.4,
        406.9
      ],
      "itemStyle": {
        "color": "#3F4C7A"
      }
    }
  ]
}
