{
  "title": {
    "text": "2024 general-government revenue per person",
    "left": 8,
    "top": 8,
    "textStyle": {
      "fontSize": 16,
      "fontWeight": 600,
      "color": "#17212b"
    }
  },
  "tooltip": {
    "trigger": "axis",
    "axisPointer": {
      "type": "shadow"
    }
  },
  "grid": {
    "left": 120,
    "right": 36,
    "top": 56,
    "bottom": 48
  },
  "xAxis": {
    "type": "value",
    "name": "Current US$ per person",
    "nameLocation": "middle",
    "nameGap": 28,
    "min": 0
  },
  "yAxis": {
    "type": "category",
    "data": [
      "United Kingdom",
      "France",
      "United States",
      "Germany",
      "Belgium",
      "Netherlands",
      "Ireland",
      "Luxembourg"
    ]
  },
  "series": [
    {
      "type": "bar",
      "data": [
        {
          "value": 20069,
          "itemStyle": {
            "color": "#7A8B99"
          }
        },
        {
          "value": 23704,
          "itemStyle": {
            "color": "#E69F00"
          }
        },
        {
          "value": 25748,
          "itemStyle": {
            "color": "#7A8B99"
          }
        },
        {
          "value": 26229,
          "itemStyle": {
            "color": "#7A8B99"
          }
        },
        {
          "value": 28224,
          "itemStyle": {
            "color": "#7A8B99"
          }
        },
        {
          "value": 29424,
          "itemStyle": {
            "color": "#7A8B99"
          }
        },
        {
          "value": 29667,
          "itemStyle": {
            "color": "#0072B2"
          }
        },
        {
          "value": 66229,
          "itemStyle": {
            "color": "#7A8B99"
          }
        }
      ],
      "barWidth": "62%"
    }
  ]
}
