{
  "title": {
    "text": "Himalayan neighbours, different power systems",
    "left": 0,
    "textStyle": {
      "fontSize": 16,
      "fontWeight": 600,
      "color": "#17212b"
    }
  },
  "tooltip": {
    "trigger": "axis"
  },
  "grid": {
    "left": 88,
    "right": 48,
    "top": 48,
    "bottom": 48
  },
  "xAxis": {
    "type": "value",
    "name": "Hydropower share of generation, 2023 (%)",
    "nameLocation": "middle",
    "nameGap": 28,
    "max": 100
  },
  "yAxis": {
    "type": "category",
    "data": [
      "Bhutan",
      "Nepal",
      "India"
    ],
    "inverse": true
  },
  "series": [
    {
      "name": "Hydropower share",
      "type": "bar",
      "data": [
        99.99,
        98.89,
        8.67
      ],
      "itemStyle": {
        "color": "#0b6e99"
      },
      "label": {
        "show": true,
        "position": "right",
        "color": "#17212b"
      }
    }
  ]
}
