{
  "title": {
    "text": "Gas and oil share of electricity, 2023",
    "left": "center",
    "textStyle": { "fontSize": 16, "fontWeight": 600, "color": "#17212b" }
  },
  "grid": { "left": 110, "right": 56, "top": 56, "bottom": 48 },
  "tooltip": { "trigger": "axis", "axisPointer": { "type": "shadow" } },
  "xAxis": {
    "type": "value",
    "name": "% of generation",
    "nameLocation": "middle",
    "nameGap": 30,
    "min": 0,
    "max": 100
  },
  "yAxis": {
    "type": "category",
    "data": ["India", "Viet Nam", "Bangladesh"],
    "axisLabel": { "interval": 0 }
  },
  "series": [
    {
      "name": "Gas plus oil",
      "type": "bar",
      "barMaxWidth": 36,
      "itemStyle": { "color": "#c44536" },
      "label": {
        "show": true,
        "position": "right",
        "formatter": "{c}%"
      },
      "data": [
        { "value": 2.7, "itemStyle": { "color": "#5c4d3c" } },
        { "value": 10.2, "itemStyle": { "color": "#1f6f8b" } },
        { "value": 81.6, "itemStyle": { "color": "#c44536" } }
      ]
    }
  ]
}
