{
  "title": {
    "text": "Oil's share of electricity, 2023",
    "subtext": "Percent of generation",
    "left": "center",
    "textStyle": {
      "fontSize": 16,
      "fontWeight": 600,
      "color": "#17212b"
    },
    "subtextStyle": {
      "fontSize": 12,
      "color": "#44515d"
    }
  },
  "tooltip": {
    "trigger": "axis"
  },
  "grid": {
    "left": 16,
    "right": 48,
    "top": 64,
    "bottom": 24,
    "containLabel": true
  },
  "xAxis": {
    "type": "value",
    "name": "Percent of electricity generation",
    "nameLocation": "middle",
    "nameGap": 28,
    "min": 0,
    "max": 50
  },
  "yAxis": {
    "type": "category",
    "data": [
      "Kuwait",
      "Saudi Arabia",
      "Japan",
      "United States",
      "United Arab Emirates"
    ],
    "inverse": true
  },
  "series": [
    {
      "name": "Oil share",
      "type": "bar",
      "data": [
        41.7,
        39.1,
        3.0,
        0.7,
        0.0
      ],
      "barWidth": 18,
      "itemStyle": {
        "color": "#b45309"
      },
      "label": {
        "show": true,
        "position": "right",
        "formatter": "{c}%"
      }
    }
  ]
}
