{
  "title": {
    "text": "2024 output per person: Maghreb cluster, then Spain",
    "left": "center",
    "textStyle": {
      "fontSize": 16,
      "fontWeight": 600,
      "color": "#17212b"
    }
  },
  "tooltip": {
    "trigger": "axis",
    "axisPointer": {
      "type": "shadow"
    }
  },
  "grid": {
    "left": 96,
    "right": 72,
    "top": 56,
    "bottom": 48
  },
  "xAxis": {
    "type": "value",
    "name": "Current US dollars per person, 2024",
    "nameLocation": "middle",
    "nameGap": 32,
    "splitLine": {
      "lineStyle": {
        "color": "#e6e8eb"
      }
    }
  },
  "yAxis": {
    "type": "category",
    "data": [
      "Mali",
      "Senegal",
      "Tunisia",
      "Morocco",
      "Algeria",
      "Spain"
    ],
    "inverse": false,
    "axisTick": {
      "show": false
    }
  },
  "series": [
    {
      "name": "GDP per capita",
      "type": "bar",
      "data": [
        {
          "value": 1093.077717,
          "itemStyle": {
            "color": "#8a6d3b"
          }
        },
        {
          "value": 1759.284895,
          "itemStyle": {
            "color": "#8a6d3b"
          }
        },
        {
          "value": 4181.061697,
          "itemStyle": {
            "color": "#4f7f74"
          }
        },
        {
          "value": 4297.715909,
          "itemStyle": {
            "color": "#c45c26"
          }
        },
        {
          "value": 5772.288957,
          "itemStyle": {
            "color": "#4f7f74"
          }
        },
        {
          "value": 35151.241631,
          "itemStyle": {
            "color": "#1f4e79"
          }
        }
      ],
      "barWidth": 18
    }
  ]
}
