{
  "title": {
    "text": "Morocco's renewable electricity share, 2023",
    "left": "center",
    "textStyle": {
      "fontSize": 16,
      "fontWeight": 600,
      "color": "#17212b"
    }
  },
  "grid": {
    "left": 110,
    "right": 64,
    "top": 52,
    "bottom": 44
  },
  "xAxis": {
    "type": "value",
    "name": "Percent of electricity generation",
    "nameLocation": "middle",
    "nameGap": 28,
    "max": 100,
    "axisLabel": {
      "color": "#334"
    },
    "splitLine": {
      "lineStyle": {
        "color": "#e6e8eb"
      }
    }
  },
  "yAxis": {
    "type": "category",
    "data": [
      "Algeria",
      "Tunisia",
      "South Africa",
      "Egypt",
      "Morocco",
      "Nigeria",
      "World",
      "Spain",
      "Kenya"
    ],
    "axisLabel": {
      "color": "#17212b"
    },
    "axisTick": {
      "show": false
    }
  },
  "series": [
    {
      "type": "bar",
      "data": [
        {
          "value": 0.97,
          "itemStyle": {
            "color": "#9aa8b5"
          },
          "label": {
            "show": true,
            "position": "right",
            "color": "#17212b",
            "fontWeight": "normal"
          }
        },
        {
          "value": 6.25,
          "itemStyle": {
            "color": "#9aa8b5"
          },
          "label": {
            "show": true,
            "position": "right",
            "color": "#17212b",
            "fontWeight": "normal"
          }
        },
        {
          "value": 8.32,
          "itemStyle": {
            "color": "#9aa8b5"
          },
          "label": {
            "show": true,
            "position": "right",
            "color": "#17212b",
            "fontWeight": "normal"
          }
        },
        {
          "value": 11.79,
          "itemStyle": {
            "color": "#9aa8b5"
          },
          "label": {
            "show": true,
            "position": "right",
            "color": "#17212b",
            "fontWeight": "normal"
          }
        },
        {
          "value": 18.53,
          "itemStyle": {
            "color": "#1f4e79"
          },
          "label": {
            "show": true,
            "position": "right",
            "color": "#17212b",
            "fontWeight": "bold"
          }
        },
        {
          "value": 26.09,
          "itemStyle": {
            "color": "#9aa8b5"
          },
          "label": {
            "show": true,
            "position": "right",
            "color": "#17212b",
            "fontWeight": "normal"
          }
        },
        {
          "value": 29.89,
          "itemStyle": {
            "color": "#5c6b73"
          },
          "label": {
            "show": true,
            "position": "right",
            "color": "#17212b",
            "fontWeight": "normal"
          }
        },
        {
          "value": 50.3,
          "itemStyle": {
            "color": "#9aa8b5"
          },
          "label": {
            "show": true,
            "position": "right",
            "color": "#17212b",
            "fontWeight": "normal"
          }
        },
        {
          "value": 89.09,
          "itemStyle": {
            "color": "#9aa8b5"
          },
          "label": {
            "show": true,
            "position": "right",
            "color": "#17212b",
            "fontWeight": "normal"
          }
        }
      ],
      "barWidth": "62%"
    }
  ],
  "tooltip": {
    "trigger": "axis",
    "axisPointer": {
      "type": "shadow"
    }
  }
}
