{
  "title": {
    "text": "Haiti\u2019s 2024 income sits far below its neighbours",
    "left": "center",
    "textStyle": {
      "fontSize": 15,
      "color": "#17212b"
    }
  },
  "tooltip": {
    "trigger": "axis",
    "axisPointer": {
      "type": "shadow"
    }
  },
  "grid": {
    "left": 140,
    "right": 56,
    "top": 48,
    "bottom": 40
  },
  "xAxis": {
    "type": "value",
    "name": "International $ (PPP)",
    "nameLocation": "middle",
    "nameGap": 28
  },
  "yAxis": {
    "type": "category",
    "data": [
      "Haiti",
      "Honduras",
      "Venezuela",
      "Nicaragua",
      "El Salvador",
      "Jamaica",
      "Guatemala",
      "Dominican Republic",
      "Costa Rica"
    ],
    "inverse": true,
    "axisLabel": {
      "color": "#17212b"
    }
  },
  "series": [
    {
      "type": "bar",
      "data": [
        {
          "value": 2669,
          "itemStyle": {
            "color": "#9b2c3a"
          }
        },
        {
          "value": 6586,
          "itemStyle": {
            "color": "#2a6f97"
          }
        },
        {
          "value": 7529,
          "itemStyle": {
            "color": "#2a6f97"
          }
        },
        {
          "value": 7950,
          "itemStyle": {
            "color": "#2a6f97"
          }
        },
        {
          "value": 11669,
          "itemStyle": {
            "color": "#2a6f97"
          }
        },
        {
          "value": 11709,
          "itemStyle": {
            "color": "#2a6f97"
          }
        },
        {
          "value": 12641,
          "itemStyle": {
            "color": "#2a6f97"
          }
        },
        {
          "value": 25645,
          "itemStyle": {
            "color": "#2a6f97"
          }
        },
        {
          "value": 26641,
          "itemStyle": {
            "color": "#2a6f97"
          }
        }
      ],
      "barWidth": 16,
      "label": {
        "show": true,
        "position": "right",
        "color": "#17212b"
      }
    }
  ]
}
